glenn       01/04/25 16:34:56

  Modified:    .        RELEASE-NOTES-4.0-B4.txt
  Log:
  Updated for SecurityManager changes
  
  Revision  Changes    Path
  1.4       +5 -2      jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B4.txt
  
  Index: RELEASE-NOTES-4.0-B4.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B4.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RELEASE-NOTES-4.0-B4.txt  2001/04/08 21:27:42     1.3
  +++ RELEASE-NOTES-4.0-B4.txt  2001/04/25 23:34:56     1.4
  @@ -3,7 +3,7 @@
                               Release Notes
                               =============
   
  -$Id: RELEASE-NOTES-4.0-B4.txt,v 1.3 2001/04/08 21:27:42 craigmcc Exp $
  +$Id: RELEASE-NOTES-4.0-B4.txt,v 1.4 2001/04/25 23:34:56 glenn Exp $
   
   
   ============
  @@ -91,10 +91,13 @@
   
   Bootstrap:  Set the Catalina class loader as the thread context class loader.
   
  -catalina.policy:  Update the default security manager policies to reflet the
  +catalina.policy:  Update the default security manager policies to reflect the
   fact that "${java.home}" on some JVMs actually points at "$JAVA_HOME/jre"
   instead of "$JAVA_HOME".
   
  +Changed the Java SecurityManager implementation to allow finer control
  +when setting security policies for a web application.  See the updated
  +catalina.policy file for example usage.
   
   ----------------
   Jasper Bug Fixes:
  
  
  

Reply via email to