be explicit that REQUEST_URI is the path component only
(like r->uri)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1165115 13f79535-47bb-0310-9956-
ffa450edef68
<dt><code>REQUEST_URI</code></dt>
- <dd>The resource requested in the HTTP request
- line. (In the example above, this would be
- "/index.html".)</dd>
+ <dd>The path component of the requested URI,
+ such as "/index.html". This notably excludes the
+ query string which is available as as its own variable
+ named <code>QUERY_STRING</code>.</dd>
<dt><code>REQUEST_FILENAME</code></dt>