You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Vadim Zaliva <lo...@crocodile.org> on 1999/09/11 04:23:19 UTC

[PATCH] mod_proxy suppressing headers

Hi!

I've noticed that mod_proxy ignores request record field
headers_out generated by other modules.

For instance, if mod_usertrack generates cookies, mod_proxy
does not send them back to client.

Attached small patch correctig this problem.

It might be cleaner to use something ap_merge_tables, but this function
does not seems to exists. :-)

Vadim

-- 
;;----------------------------------+-----------------------------------+
;; Vadim Zaliva                     + Those who do not understand Unix  +
;; mailto:lord@crocodile.org        + are condemned to reinvent it,     +
;; http://www.crocodile.org         + poorly.          (H. Spencer)     +
;;----------------------------------+-----------------------------------+

Re: [PATCH] mod_proxy suppressing headers

Posted by Vadim Zaliva <lo...@crocodile.org>.
On Fri, 10 Sep 1999, Vadim Zaliva wrote:

> I've noticed that mod_proxy ignores request record field headers_out
> generated by other modules. For instance, if mod_usertrack generates
> cookies, mod_proxy does not send them back to client. Attached small
> patch correctig this problem.

I think I found more accurate way to correct this. Attached is new patch,
please disregard previous one (if somebody cares to look at them at all).

Vadim

-- 
;;----------------------------------+-----------------------------------+
;; Vadim Zaliva                     + Those who do not understand Unix  +
;; mailto:lord@crocodile.org        + are condemned to reinvent it,     +
;; http://www.crocodile.org         + poorly.          (H. Spencer)     +
;;----------------------------------+-----------------------------------+