Author: violetagg
Date: Thu Apr 13 07:43:38 2017
New Revision: 1791220

URL: http://svn.apache.org/viewvc?rev=1791220&view=rev
Log:
Fixes having an issue number are sorted by their number, ascending.

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

Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1791220&r1=1791219&r2=1791220&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Thu Apr 13 07:43:38 2017
@@ -48,6 +48,11 @@
   <subsection name="Catalina">
     <changelog>
       <fix>
+        <bug>59825</bug>: Log a message that lists the components in the
+        processing chain that do not support async processing when a call to
+        <code>ServletRequest.startAsync()</code> fails. (markt)
+      </fix>
+      <fix>
         <bug>60926</bug>: Ensure
         <code>o.a.c.core.ApplicationContextFacade#setSessionTimeout</code> will
         invoke the correct method when running Tomcat with security manager.
@@ -67,11 +72,6 @@
         running HTTP connector where TLS is not enabled. (markt)
       </fix>
       <fix>
-        <bug>59825</bug>: Log a message that lists the components in the
-        processing chain that do not support async processing when a call to
-        <code>ServletRequest.startAsync()</code> fails. (markt)
-      </fix>
-      <fix>
         <bug>60940</bug>: Improve the handling of the <code>META-INF/</code> 
and
         <code>META-INF/MANIFEST.MF</code> entries for Jar files located in
         <code>/WEB-INF/lib</code> when running a web application from a packed



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

Reply via email to