Author: schultz
Date: Mon Nov 11 14:36:05 2024
New Revision: 1921844

URL: http://svn.apache.org/viewvc?rev=1921844&view=rev
Log:
Add note about HTTP reason phrases being removed.

Modified:
    tomcat/site/trunk/xdocs/migration-9.xml

Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1921844&r1=1921843&r2=1921844&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Mon Nov 11 14:36:05 2024
@@ -91,6 +91,15 @@ versions of Apache Tomcat<sup>&#174;</su
 
   </subsection>
 
+  <subsection name="HTTP connector changes">
+    <p>
+      HTTP reason phrases have been <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60362";>removed</a>
+      entirely. Some non-RFC-compliant clients are known to fail when the
+      reason phrase is missing. Such failures are a problem with the client
+      and not with Tomcat.
+    </p>
+  </subsection>
+
   <subsection name="Comet support removed">
 
     <p><em>The following change is present in 8.5.0 onwards.</em></p>



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

Reply via email to