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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org