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
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>
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>