Author: kkolinko Date: Mon Mar 23 12:22:11 2015 New Revision: 1668615 URL: http://svn.apache.org/r1668615 Log: Add issue number for r1662179 for better reference. BZ 57645 was filed later than the fix was committed.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1668615&r1=1668614&r2=1668615&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Mar 23 12:22:11 2015 @@ -116,12 +116,6 @@ than a series of reloads. </fix> <fix> - Correct a regression in the fix for <bug>57190</bug> that incorrectly - required the path passed to - <code>ServletContext.getContext(String)</code> to be an exact match to a - path to an existing context. (markt) - </fix> - <fix> <bug>57601</bug>: Ensure that HEAD requests return the correct content length (i.e. the same as for a GET) when the requested resource includes a resource served by the Default servlet. (jboynes/markt) @@ -141,6 +135,12 @@ PersistentValve. (jboynes/fschumacher) </fix> <fix> + <bug>57645</bug>: Correct a regression in the fix for + <bug>57190</bug> that incorrectly required the path passed to + <code>ServletContext.getContext(String)</code> to be an exact match to a + path to an existing context. (markt) + </fix> + <fix> Make sure that <code>unpackWAR</code> attribute of <code>Context</code> is handled correctly in <code>HostConfig</code>. (kfujino) </fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org