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
The following commit(s) were added to refs/heads/9.0.x by this push: new 3b0a5aab6b Fix typo 3b0a5aab6b is described below commit 3b0a5aab6bb4540f3eb1f6723a7bd1e4477f5546 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Aug 28 10:53:14 2024 +0100 Fix typo --- java/org/apache/catalina/connector/mbeans-descriptors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/connector/mbeans-descriptors.xml b/java/org/apache/catalina/connector/mbeans-descriptors.xml index fb55170c3a..0398dd1c1e 100644 --- a/java/org/apache/catalina/connector/mbeans-descriptors.xml +++ b/java/org/apache/catalina/connector/mbeans-descriptors.xml @@ -48,7 +48,7 @@ type="boolean"/> <attribute name="allowedRequestAttributesPattern" - description="Regular expression that any custom request attributes muct match else the request will be rejected" + description="Regular expression that any custom request attributes must match else the request will be rejected" type="java.lang.String"/> <attribute name="allowTrace" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org