DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=13577>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=13577 mod_proxy mangles query string with mod_rewrite [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows NT/2K |All Product|Apache httpd-1.3 |Apache httpd-2.0 Version|1.3.26 |2.0.40 ------- Additional Comments From [EMAIL PROTECTED] 2004-05-27 15:33 ------- Steps to reproduce: 1. Add RewriteRule ^dir/.*$ http://acme/dir2/?foo=bar [QSA,P] 2. $ curl 'http://proxy/dir/?abcd=efgh' 3. Check access_log on acme: GET /dir2/%3Ffoo=bar&abcd=efgh?foo=bar&abcd=efgh Changing to redirect [R] instead of [P] works just fine: $ curl -D - 'http://proxy/dir/?abcd=efgh'| grep Location: Location: http://acme/dir2/?foo=bar&abcd=efgh Which points to a bug in mod_proxy and not mod_rewrite. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
