This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 99a4cd985b9c41769e7ca9149cab79d6f7a5e5c5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 5 14:46:45 2020 +0000 Update MBean descriptors for JMX changes --- java/org/apache/catalina/connector/mbeans-descriptors.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/connector/mbeans-descriptors.xml b/java/org/apache/catalina/connector/mbeans-descriptors.xml index f280f6c..0d89a8e 100644 --- a/java/org/apache/catalina/connector/mbeans-descriptors.xml +++ b/java/org/apache/catalina/connector/mbeans-descriptors.xml @@ -44,6 +44,10 @@ description="Send AJP flush package for each explicit flush" type="boolean"/> + <attribute name="allowedRequestAttributesPattern" + description="Regular expression that any custom request attributes muct match else the request will be rejected" + type="java.lang.String"/> + <attribute name="allowTrace" description="Allow disabling TRACE method" type="boolean"/> @@ -155,10 +159,14 @@ type="java.lang.String"/> <attribute name="secret" - description="Authentication secret (I guess ... not in Javadocs)" + description="Authentication secret" readable = "false" type="java.lang.String"/> + <attribute name="secretRequired" + description="Must secret be set to a non-null, non-zero-length String?" + type="boolean"/> + <attribute name="secure" description="Is this a secure (SSL) Connector?" type="boolean"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org