(tomcat) branch 11.0.x updated: Add changelog

[email protected] Thu, 16 Jul 2026 13:01:27 +0000
Newsgroups gmane.comp.jakarta.tomcat.devel
Message-ID <178420688746.3647243.12144809821287543125@gitbox3-he-fi.apache.org>
This is an automated email from the ASF dual-hosted git repository.

rmaucher pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 4ee092e582 Add changelog
4ee092e582 is described below

commit 4ee092e58285e918520741bba01a60f0e33f7192
Author: remm <[email protected]>
AuthorDate: Thu Jul 16 14:56:00 2026 +0200

    Add changelog
---
 webapps/docs/changelog.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 855470983c..5dcc47104e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -135,6 +135,14 @@
       <fix>
         Add missing reason to the <code>JsonErrorReportValve</code>. (remm)
       </fix>
+      <fix>
+        Fix evaluation of the <code>N</code> and <code>C</code> flags for
+        rewrite rules. (remm)
+      </fix>
+      <fix>
+        <code>qsd</code> flag should always discard the original query string
+        when rewriting. (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">