From: markt Date: Wed, 2 Jun 2010 15:23:57 +0000 (+0000) Subject: Improve comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8d7185111f0a66ce89cdf65082799a4e96b71c75;p=tomcat7.0 Improve comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@950594 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/catalina.policy b/conf/catalina.policy index ce6eb0c7b..cdfba01ea 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -161,7 +161,7 @@ grant { permission java.util.PropertyPermission "org.apache.el.parser.COERCE_TO_ZERO", "read"; - // E.g. the cookie code needs those. + // The cookie code needs these. 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";