From 24aa8fee84f59f156a63538f65e9fc0f47358f31 Mon Sep 17 00:00:00 2001 From: Chuck Murcko Date: Mon, 24 Sep 2001 20:19:44 +0000 Subject: [PATCH] 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 --- src/modules/proxy/proxy_http.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.47.2