You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2020/02/15 06:25:14 UTC

svn commit: r1874047 - in /tomcat/site/trunk: docs/migration-7.html xdocs/migration-7.xml

Author: violetagg
Date: Sat Feb 15 06:25:14 2020
New Revision: 1874047

URL: http://svn.apache.org/viewvc?rev=1874047&view=rev
Log:
Update migration guide to mention AJP changes

Modified:
    tomcat/site/trunk/docs/migration-7.html
    tomcat/site/trunk/xdocs/migration-7.xml

Modified: tomcat/site/trunk/docs/migration-7.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1874047&r1=1874046&r2=1874047&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-7.html (original)
+++ tomcat/site/trunk/docs/migration-7.html Sat Feb 15 06:25:14 2020
@@ -478,6 +478,32 @@ of Apache Tomcat.</p>
         <p>Reference: <a href="tomcat-7.0-doc/config/http.html">HTTP connector</a>,
         <a href="tomcat-7.0-doc/config/ajp.html">AJP connector</a>.</p>
       </li>
+      <li><p>In 7.0.100 onwards, the default listen <strong>address</strong> of
+        the AJP Connector was changed to the loopback address rather than all
+        addresses.</p>
+        <p>Reference:  <a href="tomcat-7.0-doc/config/ajp.html">AJP
+        connector</a>.</p>
+      </li>
+      <li><p>In 7.0.100 onwards, the <strong>requiredSecret</strong> attribute
+        of the AJP Connector was deprecated and replaced by the
+        <strong>secret</strong> attribute.</p>
+        <p>Reference:  <a href="tomcat-7.0-doc/config/ajp.html">AJP
+        connector</a>.</p>
+      </li>
+      <li><p>In 7.0.100 onwards, the <strong>secretRequired</strong> attribute
+        was added to the AJP Connector. If set to <code>true</code>, the
+        default, the AJP Connector will not start unless a
+        <strong>secret</strong> has been specified.</p>
+        <p>Reference:  <a href="tomcat-7.0-doc/config/ajp.html">AJP
+        connector</a>.</p>
+      </li>
+      <li><p>In 7.0.100 onwards, the
+        <strong>allowedRequestAttributesPattern</strong> attribute was added to
+        the AJP Connector. Requests with unrecognised attributes will now be
+        blocked with a 403.</p>
+        <p>Reference:  <a href="tomcat-7.0-doc/config/ajp.html">AJP
+        connector</a>.</p>
+      </li>
     </ul>
   </div></div>
   

Modified: tomcat/site/trunk/xdocs/migration-7.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-7.xml?rev=1874047&r1=1874046&r2=1874047&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-7.xml (original)
+++ tomcat/site/trunk/xdocs/migration-7.xml Sat Feb 15 06:25:14 2020
@@ -492,6 +492,32 @@ of Apache Tomcat.</p>
         <p>Reference: <a href="tomcat-7.0-doc/config/http.html">HTTP connector</a>,
         <a href="tomcat-7.0-doc/config/ajp.html">AJP connector</a>.</p>
       </li>
+      <li><p>In 7.0.100 onwards, the default listen <strong>address</strong> of
+        the AJP Connector was changed to the loopback address rather than all
+        addresses.</p>
+        <p>Reference:  <a href="tomcat-7.0-doc/config/ajp.html">AJP
+        connector</a>.</p>
+      </li>
+      <li><p>In 7.0.100 onwards, the <strong>requiredSecret</strong> attribute
+        of the AJP Connector was deprecated and replaced by the
+        <strong>secret</strong> attribute.</p>
+        <p>Reference:  <a href="tomcat-7.0-doc/config/ajp.html">AJP
+        connector</a>.</p>
+      </li>
+      <li><p>In 7.0.100 onwards, the <strong>secretRequired</strong> attribute
+        was added to the AJP Connector. If set to <code>true</code>, the
+        default, the AJP Connector will not start unless a
+        <strong>secret</strong> has been specified.</p>
+        <p>Reference:  <a href="tomcat-7.0-doc/config/ajp.html">AJP
+        connector</a>.</p>
+      </li>
+      <li><p>In 7.0.100 onwards, the
+        <strong>allowedRequestAttributesPattern</strong> attribute was added to
+        the AJP Connector. Requests with unrecognised attributes will now be
+        blocked with a 403.</p>
+        <p>Reference:  <a href="tomcat-7.0-doc/config/ajp.html">AJP
+        connector</a>.</p>
+      </li>
     </ul>
   </subsection>
   



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