You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2006/12/06 15:25:12 UTC

svn commit: r483089 - /tomcat/tc6.0.x/trunk/conf/catalina.policy

Author: remm
Date: Wed Dec  6 06:25:11 2006
New Revision: 483089

URL: http://svn.apache.org/viewvc?view=rev&rev=483089
Log:
- Fix typo in policy file.

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?view=diff&rev=483089&r1=483088&r2=483089
==============================================================================
--- tomcat/tc6.0.x/trunk/conf/catalina.policy (original)
+++ tomcat/tc6.0.x/trunk/conf/catalina.policy Wed Dec  6 06:25:11 2006
@@ -40,7 +40,7 @@
 // ========== CATALINA CODE PERMISSIONS =======================================
 
 
-/ These permissions apply to the daemon code
+// These permissions apply to the daemon code
 grant codeBase "file:${catalina.home}/bin/commons-daemon.jar" {
         permission java.security.AllPermission;
 };



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org