On Sep 19, 2011, at 12:54 PM, Jim Jagielski wrote:
> I'll look at all this when I have some time in a few days…
>
>>
>> This sounds like it is related to
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=51077 as well. Probably
>> a new patch is needed to consistently and properly fix all of the cases
>> (regular, mod_proxy_{f,s}cgi, mod_proxy_{f,s}cgi + balancer).
>>
In the BUGZ attachment:
- if (r->args != NULL) {
+ if ((r->args != NULL)
+ && ((r->proxyreq == PROXYREQ_PROXY)
+ || (rulestatus == ACTION_NOESCAPE))) {
+ /* see proxy_http:proxy_http_canon() */
breaks tests...