From: Ruediger Pluem Date: Wed, 22 Mar 2023 08:21:42 +0000 (+0000) Subject: * Fix typo X-Git-Tag: 2.5.0-alpha2-ci-test-only~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c19e576e9ae3790e679cf23bb5658bad3e3911e8;p=thirdparty%2Fapache%2Fhttpd.git * Fix typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908629 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/nodoubleencodeencodedslash.txt b/changes-entries/nodoubleencodeencodedslash.txt index a111ede0ed7..bbe47a53640 100644 --- a/changes-entries/nodoubleencodeencodedslash.txt +++ b/changes-entries/nodoubleencodeencodedslash.txt @@ -1,4 +1,4 @@ - *) mode_proxy: In case that AllowEncodedSlashes is set to NoDecode do not + *) mod_proxy: In case that AllowEncodedSlashes is set to NoDecode do not double encode encoded slashes in the URL sent by the reverse proxy to the backend. [Ruediger Pluem]