From: kkolinko Date: Mon, 7 Jun 2010 23:26:38 +0000 (+0000) Subject: Remove unneeded phrase from a comment. It should be evident that someone should unwra... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3a9b8a2a3925f3f2431b3e1017b649f6a48df400;p=tomcat7.0 Remove unneeded phrase from a comment. It should be evident that someone should unwrap the line. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@952483 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/catalina.policy b/conf/catalina.policy index a1835e4a9..7bb83e797 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -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"; diff --git a/webapps/docs/security-manager-howto.xml b/webapps/docs/security-manager-howto.xml index f3ae1a016..f7e3fdc5c 100644 --- a/webapps/docs/security-manager-howto.xml +++ b/webapps/docs/security-manager-howto.xml @@ -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";