Author: rjung
Date: Sun Apr 11 01:08:09 2010
New Revision: 932822

URL: http://svn.apache.org/viewvc?rev=932822&view=rev
Log:
Add permission to read the STRICT_SERVLET_COMPLIANCE property
to our default policy for the security manager.

Modified:
    tomcat/trunk/conf/catalina.policy

Modified: tomcat/trunk/conf/catalina.policy
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.policy?rev=932822&r1=932821&r2=932822&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.policy (original)
+++ tomcat/trunk/conf/catalina.policy Sun Apr 11 01:08:09 2010
@@ -161,6 +161,9 @@ grant { 
     permission java.util.PropertyPermission
      "org.apache.el.parser.COERCE_TO_ZERO", "read";
 
+    // E.g. the cookie code needs that.
+    permission java.util.PropertyPermission 
"org.apache.catalina.STRICT_SERVLET_COMPLIANCE", "read";
+
     // Applications using Comet need to be able to access this package
     permission java.lang.RuntimePermission 
"accessClassInPackage.org.apache.catalina.comet";
 };



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to