You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/05/06 13:57:14 UTC

svn commit: r941684 - /tomcat/trunk/java/org/apache/catalina/mbeans-descriptors.xml

Author: markt
Date: Thu May  6 11:57:14 2010
New Revision: 941684

URL: http://svn.apache.org/viewvc?rev=941684&view=rev
Log:
GSoC 2010: Make some JMX attributes read-only
Based on a patch provided by Chamith Buddhika

Modified:
    tomcat/trunk/java/org/apache/catalina/mbeans-descriptors.xml

Modified: tomcat/trunk/java/org/apache/catalina/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans-descriptors.xml?rev=941684&r1=941683&r2=941684&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/mbeans-descriptors.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/mbeans-descriptors.xml Thu May  6 11:57:14 2010
@@ -81,7 +81,8 @@
 
     <attribute   name="rolename"
           description="Role name of this role"
-                 type="java.lang.String"/>
+                 type="java.lang.String"
+            writeable="false"/>
 
   </mbean>
 
@@ -98,7 +99,8 @@
 
     <attribute   name="groups"
           description="MBean Names of groups this user is a member of"
-                 type="[Ljava.lang.String;"/>
+                 type="[Ljava.lang.String;"
+            writeable="false"/>
 
     <attribute   name="password"
           description="Password of this user"



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