Author: markt
Date: Mon Jun 26 12:14:27 2017
New Revision: 1799885

URL: http://svn.apache.org/viewvc?rev=1799885&view=rev
Log:
Remove deleted attribute <code>servlets</code> from the Context MBean 
description.
Patch provided by Alexis Hassler.
This closes #65.

Modified:
    tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml?rev=1799885&r1=1799884&r2=1799885&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Mon Jun 
26 12:14:27 2017
@@ -264,11 +264,6 @@
                description="The J2EE Server this module is deployed on"
                type="java.lang.String"/>
 
-    <attribute name="servlets"
-               description="Deprecated. JSR77 list of servlets"
-               type="[Ljava.lang.String;"
-               writeable="false"/>
-
     <attribute name="sessionCookieName"
                description="The name to use for session cookies.'null' 
indicates that the name is controlled by the application."
                type="java.lang.String"/>

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1799885&r1=1799884&r2=1799885&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Jun 26 12:14:27 2017
@@ -45,6 +45,14 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 9.0.0.M23 (markt)" rtext="in development">
+  <subsection name="Catalina">
+    <changelog>
+      <fix>
+        <bug>61214</bug>: Remove deleted attribute <code>servlets</code> from
+        the Context MBean description. Patch provided by Alexis Hassler. 
(markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Coyote">
     <changelog>
       <fix>



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

Reply via email to