git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@932826
13f79535-47bb-0310-9956-
ffa450edef68
// 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