Author: markt
Date: Thu Nov 25 14:38:46 2021
New Revision: 1895332
URL: http://svn.apache.org/viewvc?rev=1895332&view=rev
Log:
Add system property removal to migration guide
Modified:
tomcat/site/trunk/docs/.htaccess
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/.htaccess
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/.htaccess
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/.htaccess?rev=1895332&r1=1895331&r2=1895332&view=diff
==============================================================================
--- tomcat/site/trunk/docs/.htaccess (original)
+++ tomcat/site/trunk/docs/.htaccess Thu Nov 25 14:38:46 2021
@@ -1,4 +1,3 @@
RewriteEngine On
RewriteRule svn.html %{REQUEST_SCHEME}://%{HTTP_HOST}/source.html [R=301]
RewriteRule ^security.txt
%{REQUEST_SCHEME}://%{HTTP_HOST}/.well-known/security.txt [R=301]
-
Modified: tomcat/site/trunk/docs/migration-10.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.html?rev=1895332&r1=1895331&r2=1895332&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-10.html (original)
+++ tomcat/site/trunk/docs/migration-10.html Thu Nov 25 14:38:46 2021
@@ -176,6 +176,10 @@ of Apache Tomcat.</p>
sufficient direct memory to store all in progress multi-part
uploads.</p>
</li>
+ <li><p>In 10.0.14 onwards, the system property
+ <code>org.apache.juli.AsyncLoggerPollInterval</code> is no longer
+ used.</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=1895332&r1=1895331&r2=1895332&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Thu Nov 25 14:38:46 2021
@@ -269,6 +269,10 @@ of Apache Tomcat.</p>
sufficient direct memory to store all in progress multi-part
uploads.</p>
</li>
+ <li><p>In 8.5.74 onwards, the system property
+ <code>org.apache.juli.AsyncLoggerPollInterval</code> is no longer
+ used.</p>
+ </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=1895332&r1=1895331&r2=1895332&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Thu Nov 25 14:38:46 2021
@@ -349,6 +349,10 @@ of Apache Tomcat.</p>
sufficient direct memory to store all in progress multi-part
uploads.</p>
</li>
+ <li><p>In 9.0.56 onwards, the system property
+ <code>org.apache.juli.AsyncLoggerPollInterval</code> is no longer
+ used.</p>
+ </li>
</ul>
</div></div>
Modified: tomcat/site/trunk/xdocs/.htaccess
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/.htaccess?rev=1895332&r1=1895331&r2=1895332&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/.htaccess (original)
+++ tomcat/site/trunk/xdocs/.htaccess Thu Nov 25 14:38:46 2021
@@ -1,3 +1,3 @@
RewriteEngine On
RewriteRule svn.html %{REQUEST_SCHEME}://%{HTTP_HOST}/source.html [R=301]
-
+RewriteRule ^security.txt
%{REQUEST_SCHEME}://%{HTTP_HOST}/.well-known/security.txt [R=301]
Modified: tomcat/site/trunk/xdocs/migration-10.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-10.xml?rev=1895332&r1=1895331&r2=1895332&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-10.xml (original)
+++ tomcat/site/trunk/xdocs/migration-10.xml Thu Nov 25 14:38:46 2021
@@ -189,6 +189,10 @@ of Apache Tomcat.</p>
sufficient direct memory to store all in progress multi-part
uploads.</p>
</li>
+ <li><p>In 10.0.14 onwards, the system property
+ <code>org.apache.juli.AsyncLoggerPollInterval</code> is no longer
+ used.</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=1895332&r1=1895331&r2=1895332&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Thu Nov 25 14:38:46 2021
@@ -282,6 +282,10 @@ of Apache Tomcat.</p>
sufficient direct memory to store all in progress multi-part
uploads.</p>
</li>
+ <li><p>In 8.5.74 onwards, the system property
+ <code>org.apache.juli.AsyncLoggerPollInterval</code> is no longer
+ used.</p>
+ </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=1895332&r1=1895331&r2=1895332&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Thu Nov 25 14:38:46 2021
@@ -362,6 +362,10 @@ of Apache Tomcat.</p>
sufficient direct memory to store all in progress multi-part
uploads.</p>
</li>
+ <li><p>In 9.0.56 onwards, the system property
+ <code>org.apache.juli.AsyncLoggerPollInterval</code> is no longer
+ used.</p>
+ </li>
</ul>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]