From de32a6fd4a981caf6d45ef728be2ea6e88ad6085 Mon Sep 17 00:00:00 2001 From: rjung Date: Sun, 11 Apr 2010 01:26:43 +0000 Subject: [PATCH] Add another property access to our security policy. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@932823 13f79535-47bb-0310-9956-ffa450edef68 --- conf/catalina.policy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/catalina.policy b/conf/catalina.policy index 625d4e575..5b9ae4952 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -161,8 +161,9 @@ grant { 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"; -- 2.11.0