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";