This is an automated email from the ASF dual-hosted git repository. violetagg pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 8f09ca7 Fix typo 8f09ca7 is described below commit 8f09ca7726882743929c192fb4ac1c620438f34e Author: Violeta Georgieva <violet...@apache.org> AuthorDate: Sat Feb 8 08:35:23 2020 +0200 Fix typo Fixes having an issue number are sorted by their number, ascending. --- webapps/docs/changelog.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 3270a7d..2a4a3c4 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -66,6 +66,10 @@ Avoid useless environment restore when not using GSSCredential in JNDIRealm. (remm) </fix> + <fix> + <bug>58577</bug>: Respect the argument-count when searching for MBean + operations to invoke via the JMXProxyServlet. (schultz) + </fix> <add> <bug>62755</bug>: Add ability to opt out of adding the default web.xml config when embedding Tomcat and adding a context via @@ -106,10 +110,6 @@ Do not throw a NullPointerException when an MBean or operation cannot be found by the JMXProxyServlet. (schultz) </fix> - <fix> - <bug>58577</bug>: Respect the argument-count when searching for MBean - operations to invoke via the JMXProxyServlet. (schultz) - </fix> <update> Refactor recycle facade system property into a new connector attribute named <code>discardFacades</code>. (remm) @@ -157,7 +157,7 @@ </add> <add> Add a new attribute, <code>allowedRequestAttributesPattern</code> to - the AJP/1.3 Connector. Requests with unreconised attributes will be + the AJP/1.3 Connector. Requests with unrecognised attributes will be blocked with a 403. (markt) </add> </changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org