Author: markt
Date: Wed May 26 13:09:23 2021
New Revision: 1890224
URL: http://svn.apache.org/viewvc?rev=1890224&view=rev
Log:
Add a note a the change to HostConfig.check()
Modified:
tomcat/site/trunk/docs/migration-10.html
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/xdocs/migration-10.xml
tomcat/site/trunk/xdocs/migration-85.xml
tomcat/site/trunk/xdocs/migration-9.xml
Modified: tomcat/site/trunk/docs/migration-10.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.html?rev=1890224&r1=1890223&r2=1890224&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-10.html (original)
+++ tomcat/site/trunk/docs/migration-10.html Wed May 26 13:09:23 2021
@@ -145,7 +145,14 @@ of Apache Tomcat.</p>
changes will go unnoticed. This section lists changes that are not fully
backwards compatible and might cause breakage when upgrading.</p>
<ul>
- <li><p>None as yet.</p></li>
+ <li><p>In 10.0.3 onwards, the semantics of the
+ <code>HostConfig.check(String)</code> method have changed. Rather than
+ marking the application as serviced before calling the method, the
+ method will mark the application as serviced before checking
+ resources and then un-mark the application as being serviced after the
+ checks are complete. If the application is marked as serviced when the
+ method is called, the method will be a NO-OP.</p>
+ </li>
</ul>
</div></div>
Modified: tomcat/site/trunk/docs/migration-85.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1890224&r1=1890223&r2=1890224&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Wed May 26 13:09:23 2021
@@ -245,6 +245,14 @@ of Apache Tomcat.</p>
blocked with a 403.</p>
<p>Reference: <a href="tomcat-8.5-doc/config/ajp.html">AJP
connector</a>.</p>
+ <li><p>In 8.5.64 onwards, the semantics of the
+ <code>HostConfig.check(String)</code> method have changed. Rather than
+ marking the application as serviced before calling the method, the
+ method will mark the application as serviced before checking
+ resources and then un-mark the application as being serviced after the
+ checks are complete. If the application is marked as serviced when the
+ method is called, the method will be a NO-OP.</p>
+ </li>
</li>
</ul>
</div></div>
Modified: tomcat/site/trunk/docs/migration-9.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1890224&r1=1890223&r2=1890224&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Wed May 26 13:09:23 2021
@@ -321,6 +321,14 @@ of Apache Tomcat.</p>
<p>Reference: <a href="tomcat-9.0-doc/config/ajp.html">AJP
connector</a>.</p>
</li>
+ <li><p>In 9.0.44 onwards, the semantics of the
+ <code>HostConfig.check(String)</code> method have changed. Rather than
+ marking the application as serviced before calling the method, the
+ method will mark the application as serviced before checking
+ resources and then un-mark the application as being serviced after the
+ checks are complete. If the application is marked as serviced when the
+ method is called, the method will be a NO-OP.</p>
+ </li>
</ul>
</div></div>
Modified: tomcat/site/trunk/xdocs/migration-10.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-10.xml?rev=1890224&r1=1890223&r2=1890224&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-10.xml (original)
+++ tomcat/site/trunk/xdocs/migration-10.xml Wed May 26 13:09:23 2021
@@ -158,7 +158,14 @@ of Apache Tomcat.</p>
changes will go unnoticed. This section lists changes that are not fully
backwards compatible and might cause breakage when upgrading.</p>
<ul>
- <li><p>None as yet.</p></li>
+ <li><p>In 10.0.3 onwards, the semantics of the
+ <code>HostConfig.check(String)</code> method have changed. Rather than
+ marking the application as serviced before calling the method, the
+ method will mark the application as serviced before checking
+ resources and then un-mark the application as being serviced after the
+ checks are complete. If the application is marked as serviced when the
+ method is called, the method will be a NO-OP.</p>
+ </li>
</ul>
</subsection>
Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1890224&r1=1890223&r2=1890224&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Wed May 26 13:09:23 2021
@@ -258,6 +258,14 @@ of Apache Tomcat.</p>
blocked with a 403.</p>
<p>Reference: <a href="tomcat-8.5-doc/config/ajp.html">AJP
connector</a>.</p>
+ <li><p>In 8.5.64 onwards, the semantics of the
+ <code>HostConfig.check(String)</code> method have changed. Rather than
+ marking the application as serviced before calling the method, the
+ method will mark the application as serviced before checking
+ resources and then un-mark the application as being serviced after the
+ checks are complete. If the application is marked as serviced when the
+ method is called, the method will be a NO-OP.</p>
+ </li>
</li>
</ul>
</subsection>
Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1890224&r1=1890223&r2=1890224&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Wed May 26 13:09:23 2021
@@ -334,6 +334,14 @@ of Apache Tomcat.</p>
<p>Reference: <a href="tomcat-9.0-doc/config/ajp.html">AJP
connector</a>.</p>
</li>
+ <li><p>In 9.0.44 onwards, the semantics of the
+ <code>HostConfig.check(String)</code> method have changed. Rather than
+ marking the application as serviced before calling the method, the
+ method will mark the application as serviced before checking
+ resources and then un-mark the application as being serviced after the
+ checks are complete. If the application is marked as serviced when the
+ method is called, the method will be a NO-OP.</p>
+ </li>
</ul>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]