https://issues.apache.org/bugzilla/show_bug.cgi?id=29755
Philippe Lantin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Philippe Lantin <[email protected]> 2011-03-22 13:05:14 EDT --- Part of this fix has not made it to 2.2 or 2.3. Fix needed: 149c149 < apr_table_addn(r->err_headers_out, --- > apr_table_addn(r->headers_out, 442,447c442 < /* fixup before mod_proxy, so that the proxied url will not < * * escaped accidentally by our fixup. < */ < static const char * const aszSucc[]={ "mod_rewrite.c", "mod_proxy.c", < "mod_alias.c", NULL }; < ap_hook_fixups(spot_cookie,NULL,aszSucc,APR_HOOK_FIRST); --- > ap_hook_fixups(spot_cookie,NULL,NULL,APR_HOOK_FIRST); -- 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]
