Author: markt
Date: Fri Apr 27 09:00:14 2018
New Revision: 1830317

URL: http://svn.apache.org/viewvc?rev=1830317&view=rev
Log:
Move to the correct section

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=1830317&r1=1830316&r2=1830317&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Fri Apr 27 09:00:14 2018
@@ -67,12 +67,6 @@
         Update the internal fork of Apache Commons BCEL to r1829827 to add 
early
         access Java 11 support to the annotation scanning code. (markt)
       </add>
-      <add>
-        <bug>62273</bug>: Implement configuration options to work-around
-        specification non-compliant user agents (including all the major
-        browsers) that do not correctly %nn encode URI paths and query strings
-        as required by RFC 7230 and RFC 3986. (markt)
-      </add>
       <fix>
         <bug>62297</bug>: Enable the <code>CrawlerSessionManagerValve</code> to
         correctly handle bots that crawl multiple hosts and/or web applications
@@ -83,11 +77,6 @@
         under a <code>SecurityManager</code> when authentication is not
         mandatory. (markt)
       </fix>
-      <add>
-        Enable strict validation of the provided host name and port for all
-        connectors. Requests with invalid host names and/or ports will be
-        rejected with a 400 response. (markt)
-      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -102,6 +91,17 @@
         previous handshake that were not correctly cleaned-up when using the 
NIO
         or NIO2 connector with the <code>OpenSSLImplementation</code>. (markt)
       </fix>
+      <add>
+        Enable strict validation of the provided host name and port for all
+        connectors. Requests with invalid host names and/or ports will be
+        rejected with a 400 response. (markt)
+      </add>
+      <add>
+        <bug>62273</bug>: Implement configuration options to work-around
+        specification non-compliant user agents (including all the major
+        browsers) that do not correctly %nn encode URI paths and query strings
+        as required by RFC 7230 and RFC 3986. (markt)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Jasper">



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

Reply via email to