Author: kkolinko
Date: Thu Jul 23 11:18:04 2015
New Revision: 1692377

URL: http://svn.apache.org/r1692377
Log:
Improve changelog record for r1149220
> (Thu Jul 21 15:23:11 2011 UTC (4 years ago))
> Fix path parameter handling. Prevent the following URL failing with a 404: 
> http://localhost:8080/examples/jsp/snp;x=y/snoop.jsp

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1692377&r1=1692376&r2=1692377&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Jul 23 11:18:04 2015
@@ -1790,7 +1790,13 @@
       </fix>
       <fix>
         Improve handling of URLs with path parameters and prevent incorrect 404
-        responses that could occur when path parameters were present. 
(kkolinko)
+        responses that could occur when path parameters were present.
+        The method <code>getRequestURI()</code> was fixed to comply with
+        specification (chapter SRV.3.1 of Servlet Spec. 2.5, javadoc) and now
+        returns original request URI line from a HTTP request including any
+        path parameters (such as jsessionid). See issues <bug>51833</bug> and
+        <bug>53584</bug>.
+        (kkolinko/markt)
       </fix>
       <fix>
         <bug>51473</bug>: Fix concatenation of values in



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to