From: Eric Covener Date: Wed, 23 Feb 2011 04:27:12 +0000 (+0000) Subject: Merge r1073591 from trunk: X-Git-Tag: 2.2.18~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23c5c43dc42c383b6e80ff8968f91e0d1d2b7bff;p=thirdparty%2Fapache%2Fhttpd.git Merge r1073591 from trunk: 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 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 77b863fa81c..503817f29db 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -389,7 +389,8 @@ Result: browser to the server (e.g., "GET /index.html HTTP/1.1"). This does not include any additional headers sent by the - browser. + browser. This value has not been unescaped + (decoded), unlike most other variables below.
REQUEST_URI
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 727377d4027..29e924c50cf 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -819,7 +819,8 @@ Result: browser to the server (e.g., "GET /index.html HTTP/1.1"). This does not include any additional headers sent by the - browser. + browser. This value has not been unescaped + (decoded), unlike most other variables below.
REQUEST_URI