Update a comment, for clarity
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 2 Apr 2011 23:09:37 +0000 (23:09 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 2 Apr 2011 23:09:37 +0000 (23:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1088176 13f79535-47bb-0310-9956-ffa450edef68

conf/catalina.policy

index 95a3c62..dd75951 100644 (file)
@@ -89,7 +89,8 @@ 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:
+        // E.g. for the examples web application (uncomment and unwrap
+        // the following to be on a single line):
         // permission java.io.FilePermission "${catalina.base}${file.separator}
         //  webapps${file.separator}examples${file.separator}WEB-INF
         //  ${file.separator}classes${file.separator}logging.properties", "read";