You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/22 18:05:27 UTC

DO NOT REPLY [Bug 29755] mod_usertrack should use err_headers_out

https://issues.apache.org/bugzilla/show_bug.cgi?id=29755

Philippe Lantin <pl...@cobaltgroup.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #5 from Philippe Lantin <pl...@cobaltgroup.com> 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org