]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1907972: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 2 Mar 2023 15:03:20 +0000 (15:03 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 2 Mar 2023 15:03:20 +0000 (15:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907977 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/mapping_encode.txt [new file with mode: 0644]

diff --git a/changes-entries/mapping_encode.txt b/changes-entries/mapping_encode.txt
new file mode 100644 (file)
index 0000000..fc7e6e5
--- /dev/null
@@ -0,0 +1,2 @@
+  *) mod_proxy: Fix double encoding of the uri-path of the request forwarded
+     to the origin server, when using mapping=encoded|servlet.  [Yann Ylavic]