From: Yann Ylavic Date: Thu, 2 Mar 2023 15:03:20 +0000 (+0000) Subject: Follow up to r1907972: CHANGES entry. X-Git-Tag: 2.5.0-alpha2-ci-test-only~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5fb2ef2556acc6b70a934b44d72da8a90fea9f;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1907972: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907977 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/mapping_encode.txt b/changes-entries/mapping_encode.txt new file mode 100644 index 00000000000..fc7e6e50086 --- /dev/null +++ b/changes-entries/mapping_encode.txt @@ -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]