]> granicus.if.org Git - apache/commitdiff
be explicit that REQUEST_URI is the path component only
authorStefan Fritsch <sf@apache.org>
Mon, 5 Sep 2011 07:44:23 +0000 (07:44 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 5 Sep 2011 07:44:23 +0000 (07:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1165192 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index b1f4ed1a42dac245e6e8da895d95ab7372d6cfae..7a28a4e2eb82620f8d3cd5cb7e3108074ca15682 100644 (file)
@@ -160,7 +160,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
     <tr><td><code>REQUEST_SCHEME</code></td>
         <td>The scheme part of the request's URI</td></tr>
     <tr><td><code>REQUEST_URI</code></td>
-        <td>The URI of the request</td></tr>
+        <td>The path part of the request's URI</td></tr>
     <tr><td><code>DOCUMENT_URI</code></td>
         <td>Same as REQUEST_URI</td></tr>
     <tr><td><code>REQUEST_FILENAME</code></td>