You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/06/08 01:26:39 UTC

svn commit: r952483 - in /tomcat/trunk: conf/catalina.policy webapps/docs/security-manager-howto.xml

Author: kkolinko
Date: Mon Jun  7 23:26:38 2010
New Revision: 952483

URL: http://svn.apache.org/viewvc?rev=952483&view=rev
Log:
Remove unneeded phrase from a comment. It should be evident that someone should unwrap the line.

Modified:
    tomcat/trunk/conf/catalina.policy
    tomcat/trunk/webapps/docs/security-manager-howto.xml

Modified: tomcat/trunk/conf/catalina.policy
URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.policy?rev=952483&r1=952482&r2=952483&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.policy (original)
+++ tomcat/trunk/conf/catalina.policy Mon Jun  7 23:26:38 2010
@@ -89,7 +89,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";

Modified: tomcat/trunk/webapps/docs/security-manager-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/security-manager-howto.xml?rev=952483&r1=952482&r2=952483&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/security-manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/security-manager-howto.xml Mon Jun  7 23:26:38 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org