Author: kkolinko Date: Tue Jun 8 11:06:14 2010 New Revision: 952603 URL: http://svn.apache.org/viewvc?rev=952603&view=rev Log: Remove unneeded phrase from a comment. It should be evident that someone should unwrap the line.
Modified: tomcat/tc6.0.x/trunk/conf/catalina.policy Modified: tomcat/tc6.0.x/trunk/conf/catalina.policy URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/catalina.policy?rev=952603&r1=952602&r2=952603&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/conf/catalina.policy (original) +++ tomcat/tc6.0.x/trunk/conf/catalina.policy Tue Jun 8 11:06:14 2010 @@ -81,7 +81,7 @@ grant codeBase "file:${catalina.home}/bi // 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"; }; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org