You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/12/16 21:56:09 UTC

svn commit: r1720449 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Author: markt
Date: Wed Dec 16 20:56:09 2015
New Revision: 1720449

URL: http://svn.apache.org/viewvc?rev=1720449&view=rev
Log:
Correct change log location.

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

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1720449&r1=1720448&r2=1720449&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Dec 16 20:56:09 2015
@@ -57,6 +57,11 @@
         <code>StandardWrapper</code> when unloading a Servlet so that a new
         instance may be correctly initialized. (markt)
       </fix>
+      <fix>
+        Add path parameter handling to
+        <code>HttpServletRequest.getContextPath()</code>. This is a follow-up to
+        the fix for <bug>57215</bug>. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Cluster">
@@ -437,11 +442,6 @@
         require TLSv1 and will not work with SSLv3. <code>TLSv1</code> remains
         an alias for <code>SSLv3</code>. (markt)
       </update>
-      <fix>
-        Add path parameter handling to
-        <code>HttpServletRequest.getContextPath()</code>. This is a follow-up to
-        the fix for <bug>57215</bug>. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">



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