larryi 02/01/08 22:41:01
Modified: . RELEASE-NOTES-3.3.1.txt
Log:
Document "aux.jsp" bug fix.
Revision Changes Path
1.20 +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.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- RELEASE-NOTES-3.3.1.txt 8 Jan 2002 00:49:24 -0000 1.19
+++ RELEASE-NOTES-3.3.1.txt 9 Jan 2002 06:41:01 -0000 1.20
@@ -3,7 +3,7 @@
Release Notes
=============
-$Id: RELEASE-NOTES-3.3.1.txt,v 1.19 2002/01/08 00:49:24 larryi Exp $
+$Id: RELEASE-NOTES-3.3.1.txt,v 1.20 2002/01/09 06:41:01 larryi Exp $
This document describes the changes that have been made since the
@@ -93,6 +93,10 @@
Server:
Bug No. Description
+
+ 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".
4418 Ported Tomcat 3.2.x fix for race condition in ServerSocketFactory.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>