Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf catalina.policy

2002-10-01 Thread Glenn Nielsen
Right, there are no security sensitive classes in Tomcat 4 o.a.c.util. I advocated at one time identifying which packages within o.a.c contain security sensitive code and which don't. And documenting this so that a security sensitive class doesn't get added to a package considered public. For s

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf catalina.policy

2002-10-01 Thread Jean-Francois Arcand
Hi Glenn, your last addition seems, IMO, to open a security isssue with classes located under the o.a.c.util directory. Actually, maybe not for Tomcat 4.1, but for 5.0, I have created a class called SecurityAudit.java that contains some security check. If we port your latest changes, this clas