larryi      02/01/07 16:49:24

  Modified:    .        RELEASE-NOTES-3.3.1.txt
  Log:
  Document update to Http10Interceptor and fix to isapi_redirect.dll.
  
  Revision  Changes    Path
  1.19      +16 -2     jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
  
  Index: RELEASE-NOTES-3.3.1.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.1.txt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- RELEASE-NOTES-3.3.1.txt   31 Dec 2001 23:47:07 -0000      1.18
  +++ RELEASE-NOTES-3.3.1.txt   8 Jan 2002 00:49:24 -0000       1.19
  @@ -3,7 +3,7 @@
                                    Release Notes
                                    =============
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.18 2001/12/31 23:47:07 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.19 2002/01/08 00:49:24 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -36,7 +36,7 @@
         if the input URL includes an anchor tag.
   
         Improved the handling of invalid web.xml files.  Now you get the same
  -      error messages everytime you parse the file.
  +      error messages every time you parse the file.
   
         Moved the setting of the default "*.jsp" mapping so that it is now 
         possible to entirely disable support for jsp files.
  @@ -82,6 +82,13 @@
            the locale and character set encoding of the directory listings
            are derived.
   
  +         Added a delaySocketClose attribute to Http10Interceptor.  The
  +         default is false.  If set true, a Thread.sleep(0) is executed
  +         before the socket is closed.  This was needed by Cactus when
  +         run on a high powered Windows XP box.  The sleep(0) helps ensure
  +         the test get a chance to receive its input before the socket
  +         is closed.  Otherwise, "Socket reset by peer" errors occur.
  +
   
   Server:
   
  @@ -155,6 +162,13 @@
         actually a JSP page.
   
   5365  Fixed the JasperMangler to handle Java reserved words correctly.
  +
  +
  +Connectors:
  +
  +         A bug was fixed in isapi_redirect.dll where it would mistake an
  +         encoded '?' in the URI path as the query string delimitor.
  +
   
   Documentation:
   
  
  
  

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

Reply via email to