Author: markt
Date: Tue Oct 14 19:38:42 2014
New Revision: 1631851
URL: http://svn.apache.org/r1631851
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49939
Expose the method that clears the static resource cache for a web application
via JMX
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml?rev=1631851&r1=1631850&r2=1631851&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml
(original)
+++ tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml
Tue Oct 14 19:38:42 2014
@@ -87,6 +87,12 @@
type="long"
writeable="true"/>
+ <operation name="clear"
+ description="Clears all cached content from the cache."
+ impact="ACTION"
+ returnType="void">
+ </operation>
+
</mbean>
</mbeans-descriptors>
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1631851&r1=1631850&r2=1631851&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Oct 14 19:38:42 2014
@@ -63,6 +63,10 @@
optionally include (enabled by default) the values of key environment
variables. (markt)
</add>
+ <add>
+ <bug>49939</bug>: Expose the method that clears the static resource
+ cache for a web application via JMX. (markt)
+ </add>
<fix>
<bug>55951</bug>: Allow cookies to use UTF-8 encoded values in HTTP
headers. This requires the use of the RFC6265
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]