You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/02/23 05:26:07 UTC

svn commit: r1073591 - in /httpd/httpd/trunk/docs/manual/mod: mod_rewrite.html.en mod_rewrite.xml

Author: covener
Date: Wed Feb 23 04:26:06 2011
New Revision: 1073591

URL: http://svn.apache.org/viewvc?rev=1073591&view=rev
Log:
captures of THE_REQUEST are still escaped however the browser sent the request,
ulike most REQUEST_* variables.  PR#50758

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en?rev=1073591&r1=1073590&r2=1073591&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en Wed Feb 23 04:26:06 2011
@@ -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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=1073591&r1=1073590&r2=1073591&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Wed Feb 23 04:26:06 2011
@@ -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>