You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/11/16 18:36:05 UTC

svn commit: r1640016 - in /tomcat/site/trunk: docs/index.html docs/migration-8.html xdocs/migration-8.xml

Author: kkolinko
Date: Sun Nov 16 17:36:05 2014
New Revision: 1640016

URL: http://svn.apache.org/r1640016
Log:
Note that StandardContext/cacheTTL property has changed its name to StandardRoot/cacheTtl,  as was reported on the users list.

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

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1640016&r1=1640015&r2=1640016&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Sun Nov 16 17:36:05 2014
@@ -237,14 +237,14 @@ since 7.0.56 include:
 
 <ul>
   
-  <li>Update to Tomcat Native Library version 1.1.32 to pick up the Windows
+<li>Update to Tomcat Native Library version 1.1.32 to pick up the Windows
       binaries that are based on OpenSSL 1.0.1j and APR 1.5.1.</li>
-
-  <li>Add support for TLSv1.1 and TLSv1.2 for APR connector. Based upon a patch
+  
+<li>Add support for TLSv1.1 and TLSv1.2 for APR connector. Based upon a patch
       by Marcel Å ebek. This feature requires Tomcat Native library 1.1.32 or
       later.</li>
-
-  <li>Disable SSLv3 by default for all HTTPS connectors.</li>
+  
+<li>Disable SSLv3 by default for all HTTPS connectors.</li>
 
 </ul>
 

Modified: tomcat/site/trunk/docs/migration-8.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1640016&r1=1640015&r2=1640016&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Sun Nov 16 17:36:05 2014
@@ -368,7 +368,7 @@ of Apache Tomcat.</p>
       
 <li>cacheObjectMaxSize</li>
       
-<li>cacheTTL</li>
+<li>cacheTtl (renamed: it was cacheTTL in Tomcat 7)</li>
     
 </ul>
 

Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1640016&r1=1640015&r2=1640016&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Sun Nov 16 17:36:05 2014
@@ -93,7 +93,7 @@ of Apache Tomcat.</p>
       <li>cachingAllowed</li>
       <li>cacheMaxSize</li>
       <li>cacheObjectMaxSize</li>
-      <li>cacheTTL</li>
+      <li>cacheTtl (renamed: it was cacheTTL in Tomcat 7)</li>
     </ul>
 
   </subsection>



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