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 a50e4f4b65 Move entry to correct version a50e4f4b65 is described below commit a50e4f4b653e09064b40d49bdd6eac2b07ce17cd Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Apr 10 15:08:08 2025 +0100 Move entry to correct version --- webapps/docs/changelog.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index e333cc86ac..9c1da0842f 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -107,6 +107,12 @@ <section name="Tomcat 9.0.105 (remm)" rtext="in development"> <subsection name="Catalina"> <changelog> + <add> + <bug>69588</bug>: Enable <code>allowLinking</code> to be set on + <code>PreResources</code>, <code>JarResources</code> and + <code>PostResources</code>. If not set explicitly, the setting will be + inherited from the <code>Resources</code>. (markt) + </add> <fix> <bug>69633</bug>: Add support for Filters using context root mappings. (markt) @@ -136,12 +142,6 @@ Process possible path parameters rewrite production in the rewrite valve. (remm) </fix> - <add> - <bug>69588</bug>: Enable <code>allowLinking</code> to be set on - <code>PreResources</code>, <code>JarResources</code> and - <code>PostResources</code>. If not set explicitly, the setting will be - inherited from the <code>Resources</code>. (markt) - </add> <fix> <bug>69643</bug>: Optimize directory listing for large amount of files. Patch submitted by Loic de l'Eprevier. (remm) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org