Re: Tomcat SecurityListener

2020-10-14 Thread Christopher Schultz
Shawn, On 10/12/20 15:59, Beard, Shawn wrote: > Tomcat 9.0.31.0 loads a org.apache.catalina.security.SecurityListener by > default in the catalina.sh file. This comes from server.xml, and it's not "on" by default. > This SecurityListener also sets the UMASK of files to 0027. This has the >

RE: Tomcat SecurityListener [EXTERNAL]

2020-10-13 Thread Beard, Shawn
users@tomcat.apache.org Subject: Re: Tomcat SecurityListener [EXTERNAL] Shawn, On 10/12/2020 12:59 PM, Beard, Shawn wrote: > Tomcat 9.0.31.0 loads a org.apache.catalina.security.SecurityListener by > default in the catalina.sh file. > > This SecurityListener also sets the UMASK of files

Re: Tomcat SecurityListener

2020-10-12 Thread Mark Eggers
Shawn, On 10/12/2020 12:59 PM, Beard, Shawn wrote: Tomcat 9.0.31.0 loads a org.apache.catalina.security.SecurityListener by default in the catalina.sh file. This SecurityListener also sets the UMASK of files to 0027. This has the effect of any file tomcat creates or the app running in tomcat

Tomcat SecurityListener

2020-10-12 Thread Beard, Shawn
Tomcat 9.0.31.0 loads a org.apache.catalina.security.SecurityListener by default in the catalina.sh file. This SecurityListener also sets the UMASK of files to 0027. This has the effect of any file tomcat creates or the app running in tomcat creates with permissions or -rw-r- This is