You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/09/05 09:44:24 UTC

svn commit: r1165192 - /httpd/httpd/trunk/docs/manual/expr.xml

Author: sf
Date: Mon Sep  5 07:44:23 2011
New Revision: 1165192

URL: http://svn.apache.org/viewvc?rev=1165192&view=rev
Log:
be explicit that REQUEST_URI is the path component only

Modified:
    httpd/httpd/trunk/docs/manual/expr.xml

Modified: httpd/httpd/trunk/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.xml?rev=1165192&r1=1165191&r2=1165192&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml Mon Sep  5 07:44:23 2011
@@ -160,7 +160,7 @@ listfunction ::= listfuncname "<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>