This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 2cc644feb6 Add change log entry
2cc644feb6 is described below
commit 2cc644feb61ff0de478d6cc8c11c605ab794cb88
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 13ad8222aa..edcd17a90b 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 10.1.34 (schultz)" 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]