https://bz.apache.org/bugzilla/show_bug.cgi?id=62663

Rich Bowen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Rich Bowen <[email protected]> ---
Clarified the distinction between the server variable REQUEST_URI
(used in mod_rewrite and ap_expr) and the CGI environment variable
of the same name.

The server variable %{REQUEST_URI} contains only the path component
of the URI (r->uri), excluding the query string. The CGI environment
variable REQUEST_URI, set by ap_add_cgi_vars() in util_script.c,
is extracted from the original request line and includes the full
URI with the query string.

Added disambiguation notes in mod_rewrite.xml, expr.xml, and
the CGIVar directive docs in core.xml.

Fixed in r1933772 (trunk), r1933773 (2.4).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to