This is an automated email from the ASF dual-hosted git repository.
markt 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 85c4961ef5 Add change log entry
85c4961ef5 is described below
commit 85c4961ef584ef2fcbef4999a427d8b76c36e2df
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 10d3a583ac..3258e25c76 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 11.0.2 (markt)" 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]