remm        02/01/17 04:27:55

  Modified:    .        Tag: tomcat_40_branch RELEASE-NOTES-4.0.2-B2.txt
  Log:
  - Update release notes.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +14 -4     jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.2-B2.txt
  
  Index: RELEASE-NOTES-4.0.2-B2.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.2-B2.txt,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- RELEASE-NOTES-4.0.2-B2.txt        10 Jan 2002 16:43:18 -0000      1.1.2.4
  +++ RELEASE-NOTES-4.0.2-B2.txt        17 Jan 2002 12:27:55 -0000      1.1.2.5
  @@ -3,7 +3,7 @@
                               Release Notes
                               =============
   
  -$Id: RELEASE-NOTES-4.0.2-B2.txt,v 1.1.2.4 2002/01/10 16:43:18 jfclere Exp $
  +$Id: RELEASE-NOTES-4.0.2-B2.txt,v 1.1.2.5 2002/01/17 12:27:55 remm Exp $
   
   
   ============
  @@ -37,13 +37,17 @@
        ***** Please note the revised documentation below related to *****
        ***** using XML parsers with Tomcat 4.0 based applications.  *****
   
  -mod_jk: Upgrade to mod_jk 1.4.
  +jk: Upgrade to JK 1.4.
   
  +jk: The JK connector is now enabled by default.
  +
  +webapp: Upgrade to Webapp 1.0.2
   
   ---------------------
   Catalina New Features:
   ---------------------
   
  +ManagerBase: Add JVM route support, which can be used for load balancing.
   
   
   -------------------
  @@ -78,8 +82,12 @@
   
   StandardContextMapper: '/' is now handled as a special case.
   
  -HttpResponseBase: The toEncoded() method has been updated to place the ";jsessionid"
  -  in the correct location in the presence of an anchor in the URL.
  +HttpResponseBase: The toEncoded() method has been updated to place 
  +  the ";jsessionid" in the correct location in the presence of an anchor 
  +  in the URL.
  +
  +StandardManager: Set the context class loader of the thread in charge of 
  +  session management.
   
   ----------------
   Jasper Bug Fixes:
  @@ -103,6 +111,8 @@
         other Valves
   5617  416 Requested Range Not Satisfiable used incorrectly
   5618  Content-Range missing for 416 error
  +5719  Deadlock in StandardContext reload
  +5747  Another deadlock in shutdown code
   
   
   ============================
  
  
  

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

Reply via email to