Author: rjung
Date: Sun Apr 11 01:26:43 2010
New Revision: 932823

URL: http://svn.apache.org/viewvc?rev=932823&view=rev
Log:
Add another property access to our security policy.

Modified:
    tomcat/trunk/conf/catalina.policy

Modified: tomcat/trunk/conf/catalina.policy
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.policy?rev=932823&r1=932822&r2=932823&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.policy (original)
+++ tomcat/trunk/conf/catalina.policy Sun Apr 11 01:26:43 2010
@@ -161,8 +161,9 @@ grant { 
     permission java.util.PropertyPermission
      "org.apache.el.parser.COERCE_TO_ZERO", "read";
 
-    // E.g. the cookie code needs that.
+    // E.g. the cookie code needs those.
     permission java.util.PropertyPermission 
"org.apache.catalina.STRICT_SERVLET_COMPLIANCE", "read";
+    permission java.util.PropertyPermission 
"org.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR", "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