]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
captures of THE_REQUEST are still escaped however the browser sent the request,
authorEric Covener <covener@apache.org>
Wed, 23 Feb 2011 04:26:06 +0000 (04:26 +0000)
committerEric Covener <covener@apache.org>
Wed, 23 Feb 2011 04:26:06 +0000 (04:26 +0000)
ulike most REQUEST_* variables.  PR#50758

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073591 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index cf2d635686f71e1d6bea384a405e3ae9bfe64db4..b76bf6e48f8cfbfae8e98a2f5b7bf4dfe90f59cd 100644 (file)
@@ -312,7 +312,8 @@ RewriteRule ^index\.html$  newsite.html
                   browser to the server (e.g., "<code>GET
                   /index.html HTTP/1.1</code>"). This does not
                   include any additional headers sent by the
-                  browser.</dd>
+                  browser.  This value has not been unescaped 
+                  (decoded), unlike most other variables below.</dd>
 
                   <dt><code>REQUEST_URI</code></dt>
 
index e7ac110dcd8aec53bc05e840eb06cc04b1ee894c..7fcf75b00dd8fa077f0ddf19edda0329e1c5ea5e 100644 (file)
@@ -485,7 +485,8 @@ RewriteRule ^index\.html$  newsite.html
                   browser to the server (e.g., "<code>GET
                   /index.html HTTP/1.1</code>"). This does not
                   include any additional headers sent by the
-                  browser.</dd>
+                  browser.  This value has not been unescaped 
+                  (decoded), unlike most other variables below.</dd>
 
                   <dt><code>REQUEST_URI</code></dt>