Improve comment
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 2 Jun 2010 15:23:57 +0000 (15:23 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 2 Jun 2010 15:23:57 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@950594 13f79535-47bb-0310-9956-ffa450edef68

conf/catalina.policy

index ce6eb0c..cdfba01 100644 (file)
@@ -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";