This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 38f54b9 Do need one update in an MBean descriptor file 38f54b9 is described below commit 38f54b96cdc178c2442387cc0a1483729f8c4ba0 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Dec 6 08:08:49 2021 +0000 Do need one update in an MBean descriptor file --- java/org/apache/catalina/users/mbeans-descriptors.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/users/mbeans-descriptors.xml b/java/org/apache/catalina/users/mbeans-descriptors.xml index e73df9e..d0dd524 100644 --- a/java/org/apache/catalina/users/mbeans-descriptors.xml +++ b/java/org/apache/catalina/users/mbeans-descriptors.xml @@ -50,8 +50,8 @@ type="boolean" writeable="false"/> - <attribute name="writeable" - description="Check if user database is writeable" + <attribute name="writable" + description="Check if user database is writable" is="true" writeable="false"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org