Author: markt
Date: Mon Sep  4 10:56:59 2017
New Revision: 1807206

URL: http://svn.apache.org/viewvc?rev=1807206&view=rev
Log:
Correct order

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=1807206&r1=1807205&r2=1807206&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Sep  4 10:56:59 2017
@@ -58,6 +58,11 @@
         warning about not being able to read a logging configuration file when
         that file does not exist. (markt)
       </fix>
+      <add>
+        <bug>61280</bug>: Add RFC 7617 support to the
+        <code>BasicAuthenticator</code>. Note that the default configuration
+        does not change the existin behaviour. (markt)
+      </add>
       <fix>
         <bug>61424</bug>: Avoid a possible <code>StackOverflowError</code> when
         running under a <code>SecurityManager</code> and using
@@ -70,11 +75,6 @@
         added in Java 9 to only disable the caching for JAR URL connections.
         (markt)
       </add>
-      <add>
-        <bug>61280</bug>: Add RFC 7617 support to the
-        <code>BasicAuthenticator</code>. Note that the default configuration
-        does not change the existin behaviour. (markt)
-      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">



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

Reply via email to