Author: schultz
Date: Tue Aug 1 15:34:35 2017
New Revision: 1803654
URL: http://svn.apache.org/viewvc?rev=1803654&view=rev
Log:
Add note about HTTP reason phrase in Migration Guide.
Modified:
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/xdocs/migration-85.xml
Modified: tomcat/site/trunk/docs/migration-85.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1803654&r1=1803653&r2=1803654&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Tue Aug 1 15:34:35 2017
@@ -216,6 +216,9 @@
<a href="#BIO_connector_removed">BIO connector removed</a>
</li>
<li>
+<a href="#HTTP_connector_changes">HTTP connector changes</a>
+</li>
+<li>
<a href="#Comet_support_removed">Comet support removed</a>
</li>
<li>
@@ -300,6 +303,24 @@ of Apache Tomcat.</p>
<div class="subsection">
+<h4 id="HTTP_connector_changes">HTTP connector changes</h4>
+<div class="text">
+
+<p>
+ HTTP reason phrases have been <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60362">removed by
default</a>,
+ but can be re-enabled using the <div class="codeBox">
+<pre>
+<code>sendReasonPhrase</code>
+</pre>
+</div>
+
+<a href="">configuration attribute</a>a>
+ </p>
+
+</div>
+</div>
+
+<div class="subsection">
<h4 id="Comet_support_removed">Comet support removed</h4>
<div class="text">
Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1803654&r1=1803653&r2=1803654&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Tue Aug 1 15:34:35 2017
@@ -36,6 +36,13 @@ of Apache Tomcat.</p>
</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 by
default</a>,
+ but can be re-enabled using the <source>sendReasonPhrase</source>
+ <a href="">configuration attribute</a>a>
+ </p>
+ </subsection>
<subsection name="Comet support removed">
<p>Comet support has been removed without a direct replacement.
Applications
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]