marcsaeg    01/04/30 06:18:59

  Modified:    .        Tag: tomcat_32 RELEASE-NOTES
               src/doc  Tag: tomcat_32 readme
  Log:
  Release note updates for beta 4.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +6 -1      jakarta-tomcat/Attic/RELEASE-NOTES
  
  Index: RELEASE-NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/Attic/RELEASE-NOTES,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     2001/04/08 01:51:05     1.1.2.4
  +++ RELEASE-NOTES     2001/04/30 13:18:59     1.1.2.5
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-NOTES,v 1.1.2.4 2001/04/08 01:51:05 marcsaeg Exp $
  +$Id: RELEASE-NOTES,v 1.1.2.5 2001/04/30 13:18:59 marcsaeg Exp $
   
                               Release Notes for:
                              ====================
  @@ -322,6 +322,9 @@
        <error-page> tags in web.xml.  (#291)
     -  URL encoded data in servlet paths and path info are now decoded 
        properly. (#657)
  +  -  HttpServletRequest.encodeURL() now properly encodes URLs that contain
  +     an anchor but no query string.  (#1182)
  +  -  Error pages now work in virtual hosts.
   
   Jasper
     -  Fix for UnsupportedEncodingException due to UTF8 instead of UTF-8.  (#269)
  @@ -337,6 +340,8 @@
     -  Fixed the defualt character encoding.  The default charset is now
        ISO-8859-1.  (#285)
     -  jsp:plugin was not being expanded correctly.  (#467)
  +  -  Fixed bug that could cause the body of a JSP page to be exeucted before
  +     or while its jspInit() method was being executed.  (#1280)
   
   
   Connectors
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.17  +6 -1      jakarta-tomcat/src/doc/readme
  
  Index: readme
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/readme,v
  retrieving revision 1.8.2.16
  retrieving revision 1.8.2.17
  diff -u -r1.8.2.16 -r1.8.2.17
  --- readme    2001/04/08 01:51:05     1.8.2.16
  +++ readme    2001/04/30 13:18:59     1.8.2.17
  @@ -1,4 +1,4 @@
  -$Id: readme,v 1.8.2.16 2001/04/08 01:51:05 marcsaeg Exp $
  +$Id: readme,v 1.8.2.17 2001/04/30 13:18:59 marcsaeg Exp $
   
                               Release Notes for:
                              ====================
  @@ -322,6 +322,9 @@
        <error-page> tags in web.xml.  (#291)
     -  URL encoded data in servlet paths and path info are now decoded 
        properly. (#657)
  +  -  HttpServletRequest.encodeURL() now properly encodes URLs that contain
  +     an anchor but no query string.  (#1182)
  +  -  Error pages now work in virtual hosts.
   
   Jasper
     -  Fix for UnsupportedEncodingException due to UTF8 instead of UTF-8.  (#269)
  @@ -337,6 +340,8 @@
     -  Fixed the defualt character encoding.  The default charset is now
        ISO-8859-1.  (#285)
     -  jsp:plugin was not being expanded correctly.  (#467)
  +  -  Fixed bug that could cause the body of a JSP page to be exeucted before
  +     or while its jspInit() method was being executed.  (#1280)
   
   
   Connectors
  
  
  

Reply via email to