]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Fix typo
authorRuediger Pluem <rpluem@apache.org>
Wed, 22 Mar 2023 08:21:42 +0000 (08:21 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 22 Mar 2023 08:21:42 +0000 (08:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908629 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/nodoubleencodeencodedslash.txt

index a111ede0ed781843b6b1b05e9d65d8f5174a7c17..bbe47a53640eccdcd8bac80b15da48041b31f262 100644 (file)
@@ -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]