This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 40c368a80a Fix back-prot of change log entry
40c368a80a is described below

commit 40c368a80a17f52bbc5d23aa63685d27113dca60
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 22 01:57:09 2026 +0100

    Fix back-prot of change log entry
---
 webapps/docs/changelog.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 520ac52efb..c294de7ef8 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -114,6 +114,10 @@
         Avoid a race condition with concurrent lookups for a singleton JNDI
         resource. (markt)
       </fix>
+      <fix>
+        Improve the performance of range validation for the default servlet.
+        (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>
@@ -974,10 +978,6 @@
         <bug>69932</bug>: Fix request end access log pattern regression,
         which would log the start time of the request instead. (remm)
       </fix>
-      <fix>
-        Improve the performance of range validation for the default servlet.
-        (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to