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 2014/08/26 12:17:45 UTC

svn commit: r1620551 - /tomcat/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Tue Aug 26 10:17:45 2014
New Revision: 1620551

URL: http://svn.apache.org/r1620551
Log:
Formally Mapper belongs to Catalina in Tomcat 7. Move changelog for r1620326 to Catalina section.

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1620551&r1=1620550&r2=1620551&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Aug 26 10:17:45 2014
@@ -52,6 +52,11 @@
         <code>SessionIdGenerator</code> interface, an abstract
         base class and a standard implementation. (rjung)
       </add>
+      <fix>
+        <bug>56882</bug>: Fix regression in processing of includes and forwards
+        when Context have been reloaded. Tomcat was responding with HTTP Status
+        503 (Servlet xxx is currently unavailable). (kkolinko)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -65,11 +70,6 @@
         Add support for the EECDH alias when using the OpenSSL cipher syntax to
         define JSSE ciphers. (markt)
       </add>
-      <fix>
-        <bug>56882</bug>: Fix regression in processing of includes and forwards
-        when Context have been reloaded. Tomcat was responding with HTTP Status
-        503 (Servlet xxx is currently unavailable). (kkolinko)
-      </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