markt 2004/02/01 14:43:59 Modified: webapps/tomcat-docs class-loader-howto.xml Log: - Port fix for bug 13772. Add a link to the security manager how-to. - Reported by Greg Bullough. Revision Changes Path 1.12 +9 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-howto.xml Index: class-loader-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-howto.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- class-loader-howto.xml 17 Dec 2003 22:28:19 -0000 1.11 +++ class-loader-howto.xml 1 Feb 2004 22:43:59 -0000 1.12 @@ -259,6 +259,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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]