Author: markt
Date: Sun Nov 16 17:16:11 2014
New Revision: 1640011
URL: http://svn.apache.org/r1640011
Log:
Correct attribute name as reported on users list
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
tomcat/tc8.0.x/trunk/webapps/docs/config/resources.xml
Propchange: tomcat/tc8.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1640010
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml?rev=1640011&r1=1640010&r2=1640011&view=diff
==============================================================================
---
tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
(original)
+++
tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
Sun Nov 16 17:16:11 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/tc8.0.x/trunk/webapps/docs/config/resources.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/resources.xml?rev=1640011&r1=1640010&r2=1640011&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/resources.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/resources.xml Sun Nov 16 17:16:11
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: [email protected]
For additional commands, e-mail: [email protected]