https://bz.apache.org/bugzilla/show_bug.cgi?id=59942
Bug ID: 59942 Summary: tomat8.5 write logs with incorret os permission Product: Tomcat 8 Version: 8.5.4 Hardware: PC OS: Linux Status: NEW Severity: critical Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: jiu...@qq.com When using tomcat8.0, itt starts and write logs as follows: (apache-tomcat-8.0.x) -rw-rw-r-- 1 app app 873710 Aug 4 20:08 catalina.log When using tomcat8.5.x, itt starts and write logs as follows: (apache-tomcat-8.5.4) -rw-r----- 1 app app 100824 Aug 4 20:10 catalina.log So, tomcat8.5 caused other os users can not read its logs and webapps deployed at tomcat8.5. the logs files should has permission 664, nit 640. I thinks its a very important change between 8.0 and 8.5, bug in changelog there was no one tell users this behaviour。 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org