Author: kkolinko
Date: Mon Jun 7 23:18:08 2010
New Revision: 952481
URL: http://svn.apache.org/viewvc?rev=952481&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/webapps/docs/security-manager-howto.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/security-manager-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/security-manager-howto.xml?rev=952481&r1=952480&r2=952481&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/security-manager-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/security-manager-howto.xml Mon Jun 7
23:18:08 2010
@@ -255,7 +255,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: [email protected]
For additional commands, e-mail: [email protected]