billbarker 2002/10/13 22:57:25
Modified: . RELEASE-NOTES-3.3.2.txt
Log:
Document URL normalization fix.
Revision Changes Path
1.13 +5 -1 jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
Index: RELEASE-NOTES-3.3.2.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- RELEASE-NOTES-3.3.2.txt 22 Aug 2002 06:06:47 -0000 1.12
+++ RELEASE-NOTES-3.3.2.txt 14 Oct 2002 05:57:25 -0000 1.13
@@ -55,6 +55,9 @@
Fix Cookie case name problem under Windows for Session Cookie.
+ Fix problems with URL normalization when the URL attempts to access
+ a file above the ROOT.
+
Jasper:
Bug No. Description
@@ -62,6 +65,7 @@
11463 Fix PageContext.removeAttribute(String) to work for a page with
session=false.
+13378 Fix dependency on GenericServlet in the generated .java file.
Configuration:
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|