remm        2002/06/12 17:06:37

  Modified:    .        RELEASE-NOTES-4.1.txt
  Log:
  - Update release notes.
  
  Revision  Changes    Path
  1.9       +34 -1     jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt
  
  Index: RELEASE-NOTES-4.1.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RELEASE-NOTES-4.1.txt     10 Jun 2002 01:47:52 -0000      1.8
  +++ RELEASE-NOTES-4.1.txt     13 Jun 2002 00:06:37 -0000      1.9
  @@ -64,6 +64,9 @@
   [4.1.4] MBeanUtils:
           Allow specifying custom MBean descriptor files.
   
  +[4.1.5] ServerLifecycleListener:
  +        Generate MBeans for the JNDI resources of the contexts.
  +
   
   -------------------
   Jasper New Features:
  @@ -231,6 +234,23 @@
           WebappLoader:
           Use introspection to instantiate the class loader.
   
  +[4.1.4] #9722
  +        java.lang.ClassCastException: 
  +        org.apache.catalina.connector.HttpRequestFacade
  +        ApplicationDispatcher:
  +        The check to unwrap must also handle facades.
  +
  +[4.1.5] #9700
  +        JNDIRealm authentication incorrectly succeeds with blank password
  +        JNDIRealm:
  +        The security exploit has been fixed.
  +
  +[4.1.5] ProxyDirContext:
  +        Use a LRUMap instead of an unbounded hashtable for the cache.
  +
  +[4.1.5] HTMLManagerServlet:
  +        Many improvements and small feature additions.
  +
   
   ----------------
   Jasper Bug Fixes:
  @@ -269,6 +289,19 @@
   [4.1.3] Generator:
           Fix spec compliance bug where a tag could define scripting variables in
           both the TLD and the TagExtraInfo class.
  +
  +[4.1.5] Generator:
  +        Code cleanup, removing the need for a state object.
  +
  +[4.1.5] Generator:
  +        Fix bugs introduced with buffer reuse.
  +
  +[4.1.5] Generator:
  +        Fix bug when specifying a redirect which already included part of a 
  +        quesry string.
  +
  +[4.1.5] Compiler:
  +        Clean up Ant error message generation.
   
   
   ============================
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to