summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-04-11 23:36:55 +0200
committerEric Covener <covener@apache.org>2023-04-11 23:36:55 +0200
commit87e2658c1c2441db68b827761c575a617532c85e (patch)
tree7bc12631b9f86225f83d335f601cadbb7b54795c /docs/manual/rewrite
parent* Silence 'may be used uninitialized' warning (diff)
downloadapache2-87e2658c1c2441db68b827761c575a617532c85e.tar.xz
apache2-87e2658c1c2441db68b827761c575a617532c85e.zip
PR66563: escaping of url releated server vars
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite')
-rw-r--r--docs/manual/rewrite/flags.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index ea8b0ce3ad..c61d4229c3 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -76,6 +76,10 @@ so backreferences are unescaped at the time they are applied.
Using the B flag, non-alphanumeric characters in backreferences
will be escaped. For example, consider the rule:</p>
+<p>For similar escaping of server-variables, see
+ the "escape" <a href="#mapfunc">mapping-function</a></p>
+
+
<highlight language="config">
RewriteRule "^search/(.*)$" "/search.php?term=$1"
</highlight>