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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org