Remove unneeded phrase from a comment. It should be evident that someone should unwra...
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Jun 2010 23:26:38 +0000 (23:26 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Jun 2010 23:26:38 +0000 (23:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@952483 13f79535-47bb-0310-9956-ffa450edef68

conf/catalina.policy
webapps/docs/security-manager-howto.xml

index a1835e4..7bb83e7 100644 (file)
@@ -89,7 +89,7 @@ grant codeBase "file:${catalina.home}/bin/tomcat-juli.jar" {
         // Note: To enable per context logging configuration, permit read access to
         // the appropriate file. Be sure that the logging configuration is
         // secure before enabling such access.
-        // E.g. for the examples web application, all in one line:
+        // E.g. for the examples web application:
         // permission java.io.FilePermission "${catalina.base}${file.separator}
         //  webapps${file.separator}examples${file.separator}WEB-INF
         //  ${file.separator}classes${file.separator}logging.properties", "read";
index f3ae1a0..f7e3fdc 100644 (file)
@@ -255,7 +255,7 @@ grant codeBase "file:${catalina.home}/bin/tomcat-juli.jar" {
         // Note: To enable per context logging configuration, permit read access to
         // the appropriate file. Be sure that the logging configuration is
         // secure before enabling such access.
-        // E.g. for the examples web application, all in one line:
+        // E.g. for the examples web application:
         // permission java.io.FilePermission "${catalina.base}${file.separator}
         //  webapps${file.separator}examples${file.separator}WEB-INF
         //  ${file.separator}classes${file.separator}logging.properties", "read";