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

svn commit: r1640010 - in /tomcat/trunk: java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/config/resources.xml

Author: markt
Date: Sun Nov 16 17:15:23 2014
New Revision: 1640010

URL: http://svn.apache.org/r1640010
Log:
Correct attribute name as reported on users list

Modified:
    tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
    tomcat/trunk/webapps/docs/config/resources.xml

Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml?rev=1640010&r1=1640009&r2=1640010&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml Sun Nov 16 17:15:23 2014
@@ -256,7 +256,7 @@
         storeFactoryClass="org.apache.catalina.storeconfig.WebResourceRootSF">
         <TransientAttribute>allowLinking</TransientAttribute>
         <TransientAttribute>cachingAllowed</TransientAttribute>
-        <TransientAttribute>cacheTTL</TransientAttribute>
+        <TransientAttribute>cacheTtl</TransientAttribute>
         <TransientAttribute>cacheMaxSize</TransientAttribute>
         <TransientAttribute>cacheObjectMaxSize</TransientAttribute>
         <TransientAttribute>cached</TransientAttribute>

Modified: tomcat/trunk/webapps/docs/config/resources.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/resources.xml?rev=1640010&r1=1640009&r2=1640010&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/resources.xml (original)
+++ tomcat/trunk/webapps/docs/config/resources.xml Sun Nov 16 17:15:23 2014
@@ -97,7 +97,7 @@
         application is running (e.g. via JMX).</p>
       </attribute>
 
-      <attribute name="cacheTTL" required="false">
+      <attribute name="cacheTtl" required="false">
         <p>The amount of time in milliseconds between the revalidation of cache
         entries. If not specified, the default value is <code>5000</code> (5
         seconds). This value may be changed while the web application is running



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