This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit fd81ab91ae52bf6a47bcc07d2264a46c14cebb8d Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Apr 23 22:12:38 2020 +0100 Default value not supported --- java/org/apache/catalina/storeconfig/mbeans-descriptors.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml b/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml index 4a3f17f..06aad64 100644 --- a/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml +++ b/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml @@ -34,8 +34,7 @@ impact="ACTION" returnType="void" > <parameter name="objectname" description="Objectname from Server" - type="java.lang.String" - default="Catalina:type=Server"/> + type="java.lang.String"/> <parameter name="backup" description="store Context with backup" type="boolean"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org