From: Eric Covener
Date: Mon, 24 Nov 2014 03:18:39 +0000 (+0000)
Subject: surprising but confirmed by comment in mod_proxy
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e952b933764ff136f022798177da4ef492e348cb;p=thirdparty%2Fapache%2Fhttpd.git
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 21b7475f0d2..1cc7488e192 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 9f5260f6e73..44e372a54e1 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