https://issues.apache.org/bugzilla/show_bug.cgi?id=44730
--- Comment #1 from Wil Tan <[EMAIL PROTECTED]> 2008-04-01 11:02:27 PST --- Created an attachment (id=21755) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21755) Proof-of-concept that fixes the issue This seems to be due to the code handling the "nocanon" option using r->unparsed_uri instead of r->uri. The r->unparsed_uri contains the query string while r->uri does not. This patch excludes the query portion of r->unparsed_uri when constructing the remote server URL. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
