And another property for the policy.
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 11 Apr 2010 01:46:20 +0000 (01:46 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 11 Apr 2010 01:46:20 +0000 (01:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@932826 13f79535-47bb-0310-9956-ffa450edef68

conf/catalina.policy

index 5b9ae49..ce6eb0c 100644 (file)
@@ -163,6 +163,7 @@ grant {
 
     // 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.STRICT_NAMING", "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