Make attribute enabled changeable via JMX at AccessLogValve
authorpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 5 Nov 2010 15:50:51 +0000 (15:50 +0000)
committerpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 5 Nov 2010 15:50:51 +0000 (15:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1031643 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/valves/mbeans-descriptors.xml
webapps/docs/changelog.xml

index 6cce969..4af4116 100644 (file)
@@ -53,6 +53,7 @@
                
     <attribute name="enabled"
                description="Enable Access Logging"
+               is="false"
                type="boolean"/>
 
     <attribute name="fileDateFormat"
                
      <attribute name="enabled"
                description="Enable Access Logging"
-               is="true"
+               is="false"
                type="boolean"/>
 
     <attribute name="fileDateFormat"
index 29d52be..89c99dd 100644 (file)
@@ -91,7 +91,7 @@
         Improve debug logging for MapperListener registration. (markt)
       </add>
       <add>
-        Expose names of LifecycleListeners and ContainerListers for
+        Expose names of LifecycleListeners and ContainerListeners for
         StandardContext via JMX. (markt)
       </add>
       <add>
         Make Tomcat more tolerant of <code>null</code> when generating JMX names
         for Valves. (markt)
       </fix>
+      <fix>
+        Make AccessLogValve attribute <code>enabled</code> changeable to JMX. (pero)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">