https://issues.apache.org/bugzilla/show_bug.cgi?id=51077
--- Comment #6 from Jim Jagielski <[email protected]> 2011-09-23 18:30:50 UTC --- - if (r->args != NULL) { + if ((r->args != NULL) + && ((r->proxyreq == PROXYREQ_PROXY) + || (rulestatus == ACTION_NOESCAPE))) { + /* see proxy_http:proxy_http_canon() */ breaks framework tests... don't see the rationale for it -- 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]
