Commit a18ba7d1 authored by Eric Covener's avatar Eric Covener
Browse files

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
parent ca2f9393
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>

+2 −1
Original line number Diff line number Diff line
@@ -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>