to our default policy for the security manager.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@932822
13f79535-47bb-0310-9956-
ffa450edef68
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";
};