You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2019/05/07 19:11:26 UTC

[Bug 62663] REQUEST_URI includes query string, contrary to documentation

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

--- Comment #3 from Peter Scott <pj...@jpl.nasa.gov> ---
The query string is also included when REQUEST_URI is used in a RewriteRule
substitution parameter.  The mod_rewrite documentation states that "The
server-variables are the same as for the TestString of a RewriteCond directive"
and the definitions of those variables under RewriteCond include the assertion
that REQUEST_URI does not include QUERY_STRING.  This seems unambiguously
incorrect.

We would like to know whether the documentation or the behavior of REQUEST_URI
inside RewriteRule is going to be changed in future versions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org