From: rjung Date: Sun, 11 Apr 2010 01:46:20 +0000 (+0000) Subject: And another property for the policy. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1882ddcfef52056ce929edf9e27b2107d9b8828a;p=tomcat7.0 And another property for the policy. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@932826 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/catalina.policy b/conf/catalina.policy index 5b9ae4952..ce6eb0c7b 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -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