craigmcc 01/11/12 13:37:28 Modified: tester/src/bin tester.xml tester/web/WEB-INF web.xml Log: Remove the test on PropertyEditor support because it cannot run under a security manager without an unacceptably broad security setting in catalina.policy (PropertyEditor requires read/write access to all system properties). Now, you should be able to pass 100% of the tester either under or not under a security manager. Revision Changes Path 1.73 +5 -0 jakarta-tomcat-4.0/tester/src/bin/tester.xml Index: tester.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/tester/src/bin/tester.xml,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- tester.xml 2001/10/25 18:08:32 1.72 +++ tester.xml 2001/11/12 21:37:28 1.73 @@ -591,9 +591,14 @@ <!-- ========== Property Editor Support =============================== --> +<!-- Cannot test PropertyEditor support under security manager + unless catalina.policy grants read/write access to + system properties --> +<!-- <tester host="${host}" port="${port}" protocol="HTTP/1.0" request="${context.path}/Property01.jsp" debug="${debug}" golden="${golden.path}/Property01.txt"/> +--> <tester host="${host}" port="${port}" protocol="HTTP/1.0" request="${context.path}/Property02.jsp" debug="${debug}" 1.54 +4 -0 jakarta-tomcat-4.0/tester/web/WEB-INF/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/tester/web/WEB-INF/web.xml,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- web.xml 2001/10/23 17:06:15 1.53 +++ web.xml 2001/11/12 21:37:28 1.54 @@ -436,9 +436,13 @@ <listener-class>org.apache.tester.ContextListener01</listener-class> </listener> +<!-- Can not run PropertyEditor tests under security manager unless + catalina.policy allows read/write access to system properties --> +<!-- <listener> <listener-class>org.apache.tester.ContextListener02</listener-class> </listener> +--> <listener> <listener-class>org.apache.tester.SessionListener01</listener-class>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>