From: kkolinko Date: Sat, 2 Apr 2011 23:09:37 +0000 (+0000) Subject: Update a comment, for clarity X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=24d080b0c91051c18c2b34a18d02c3c6bc5b9c44;p=tomcat7.0 Update a comment, for clarity git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1088176 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/catalina.policy b/conf/catalina.policy index 95a3c62c7..dd7595126 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -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";