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 0585e5a9bdffd703c23c590a91f7737a567268da Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jan 16 11:11:59 2020 +0000 Correct ordering --- webapps/docs/changelog.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index abf3bd2..1bc44c3 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -56,6 +56,15 @@ in JNDIRealm. (remm) </fix> <fix> + <bug>58577</bug>: Respect the argument-count when searching for MBean + operations to invoke via the JMXProxyServlet. (schultz) + </fix> + <update> + <bug>63691</bug>: Skip all jar and directory scanning when the wildcard + pattern "*" or "*.jar" is set or added to + <code>tomcat.util.scan.StandardJarScanFilter.jarsToSkip</code>. (isapir) + </update> + <fix> <bug>64005</bug>: Correct a regression in the static resource caching changes introduced in 9.0.28. Avoid a <code>NullPointerException</code> when working with the URL provided for the root of a packed WAR. (markt) @@ -94,19 +103,10 @@ <bug>64023</bug>: Skip null-valued session attributes when deserializing sessions. (schultz) </fix> - <update> - <bug>63691</bug>: Skip all jar and directory scanning when the wildcard - pattern "*" or "*.jar" is set or added to - <code>tomcat.util.scan.StandardJarScanFilter.jarsToSkip</code>. (isapir) - </update> <fix> 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> <bug>64067</bug>: Allow more than one parameter when defining RewriteMaps. (fschumacher) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org