You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2004/02/01 23:43:21 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs class-loader-howto.xml

markt       2004/02/01 14:43:21

  Modified:    webapps/docs class-loader-howto.xml
  Log:
  - Fix bug 13772. Add a link to the security manager how-to.
  - Reported by Greg Bullough.
  
  Revision  Changes    Path
  1.8       +9 -0      jakarta-tomcat-catalina/webapps/docs/class-loader-howto.xml
  
  Index: class-loader-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/class-loader-howto.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- class-loader-howto.xml	13 Sep 2003 14:58:09 -0000	1.7
  +++ class-loader-howto.xml	1 Feb 2004 22:43:21 -0000	1.8
  @@ -256,6 +256,15 @@
   </section>
   
   
  +<section name="Running under a security manager">
  +
  +<p>When running under a security manager the locations from which classes
  +are permitted to be loaded will also depend on the contents of your policy
  +file. See <a href="security-manager-howto.html">Security Manager HOW-TO</a>
  +for further information.</p>
  +
  +</section>
  +
   
   </body>
   
  
  
  

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