You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/03/23 13:08:53 UTC

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

Author: kkolinko
Date: Mon Mar 23 12:08:52 2015
New Revision: 1668609

URL: http://svn.apache.org/r1668609
Log:
Add issue number for r1662178 for better reference.
BZ 57645 was filed later than the fix was committed.

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=1668609&r1=1668608&r2=1668609&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Mar 23 12:08:52 2015
@@ -76,12 +76,6 @@
          than a series of reloads. (markt)
       </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)
@@ -101,6 +95,12 @@
         (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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org