You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2002/02/02 16:59:04 UTC

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

larryi      02/02/02 07:59:04

  Modified:    .        RELEASE-NOTES-3.3.1.txt
  Log:
  Document last change
  
  Revision  Changes    Path
  1.28      +5 -1      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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- RELEASE-NOTES-3.3.1.txt	31 Jan 2002 04:29:13 -0000	1.27
  +++ RELEASE-NOTES-3.3.1.txt	2 Feb 2002 15:59:04 -0000	1.28
  @@ -3,7 +3,7 @@
                                    Release Notes
                                    =============
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.27 2002/01/31 04:29:13 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.28 2002/02/02 15:59:04 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -128,6 +128,10 @@
            Fixed problem with JSP page names that match a Windows DOS device
            name, such as aux.jsp.  Instead of potentially hanging the thread
            that services the request, these requests now return "404 Not Found".
  +
  +         DecodeInterceptor was updated to not convert '+' to space in the
  +         path portion of the request URL.  RFC2396 allows '+' in the path
  +         of a URL.
   
   1657     JSPs with tag names that contain '-' or '.' will now compile without
            an "Invalid expression" error
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>