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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1073592 13f79535-47bb-0310-9956-ffa450edef68

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

index 77b863fa81c34b765de420baa8a574ae3688865c..503817f29db4ebd70e3d4fc0fae32e6461feae96 100644 (file)
@@ -389,7 +389,8 @@ Result:
                   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 727377d4027c97285a10acd1129ced6e3fefcc59..29e924c50cf5103b5de372ae195b524b267cca95 100644 (file)
@@ -819,7 +819,8 @@ Result:
                   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>