From: Chuck Murcko Date: Mon, 24 Sep 2001 20:19:44 +0000 (+0000) Subject: Pass back cookies properly through reverse proxy X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24aa8fee84f59f156a63538f65e9fc0f47358f31;p=thirdparty%2Fapache%2Fhttpd.git Pass back cookies properly through reverse proxy PR: 6055 Obtained from: "Eidelman, Brian" Submitted by: "Eidelman, Brian" Reviewed by: Chuck Murcko git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91129 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/modules/proxy/proxy_http.c b/src/modules/proxy/proxy_http.c index c2aebd30143..bc477c6bab2 100644 --- a/src/modules/proxy/proxy_http.c +++ b/src/modules/proxy/proxy_http.c @@ -440,6 +440,8 @@ int ap_proxy_http_handler(request_rec *r, cache_req *c, char *url, } clear_connection(p, resp_hdrs); /* Strip Connection hdrs */ + /* Now add out bound headers set by other modules + resp_hdrs = ap_overlay_tables(r->pool, r->err_headers_out, resp_hdrs); } else { /* an http/0.9 response */