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 4e2d691c9d Add change log entry
4e2d691c9d is described below
commit 4e2d691c9dacd1a83931683abed0273fd245c44f
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Nov 11 17:19:37 2024 +0000
Add change log entry
---
webapps/docs/changelog.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index af45efd38b..dd4e29000a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,16 @@
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 9.0.98 (remm)" rtext="in development">
+ <subsection name="Coyote">
+ <changelog>
+ <fix>
+ Align <code>encodedSolidusHandling</code> with the Servlet
+ specification. If the pass-through mode is used, any
+ <code>%25</code> sequences will now also be passed through to avoid
+ errors and/or corruption when the application decodes the path. (markt)
+ </fix>
+ </changelog>
+ </subsection>
<subsection name="Jasper">
<changelog>
<fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]