jfarcand    2002/11/11 13:37:37

  Modified:    webapps/docs security-manager-howto.xml
  Log:
  Fix a wrong description of a dynamically added permission.
  
  Revision  Changes    Path
  1.4       +2 -3      jakarta-tomcat-catalina/webapps/docs/security-manager-howto.xml
  
  Index: security-manager-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/security-manager-howto.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- security-manager-howto.xml        11 Nov 2002 16:08:33 -0000      1.3
  +++ security-manager-howto.xml        11 Nov 2002 21:37:37 -0000      1.4
  @@ -105,8 +105,7 @@
       but disallow it from using file access to read any other files (unless
       permissions for those files are explicitly granted).</p>
   
  -    <p>If you starts Tomcat with the <code>-nonaming</code> argument, 
  -    Tomcat always dynamically creates the following file permission:</p>
  +    <p>Also, Tomcat always dynamically creates the following file permission:</p>
   <source>  
   permission java.io.FilePermission "** your application context**", "read";
   </source>  
  
  
  

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to