From: Eric Covener Date: Mon, 24 Nov 2014 03:18:39 +0000 (+0000) Subject: surprising but confirmed by comment in mod_proxy X-Git-Tag: 2.5.0-alpha~3690 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f9295575c0409bdd745d8703103dcd28a173d0c;p=apache surprising but confirmed by comment in mod_proxy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1641311 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 21b7475f0d..1cc7488e19 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1545,6 +1545,13 @@ ProxyPassReverse /mirror/foo/ https://backend.example.com/ RewriteRule directive with the [P] flag.

+
+

Default Substitution

+

When the URL parameter doesn't use any backreferences into the regular + expression, the original URL will be appended to the URL parameter. +

+
+

Security Warning

Take care when constructing the target URL of the rule, considering diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 9f5260f6e7..44e372a54e 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1379,6 +1379,13 @@ ProxyPassReverse /mirror/foo/ https://backend.example.com/ RewriteRule directive with the [P] flag.

+ + Default Substitution +

When the URL parameter doesn't use any backreferences into the regular + expression, the original URL will be appended to the URL parameter. +

+
+ Security Warning

Take care when constructing the target URL of the rule, considering