]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Pass back cookies properly through reverse proxy
authorChuck Murcko <chuck@apache.org>
Mon, 24 Sep 2001 20:19:44 +0000 (20:19 +0000)
committerChuck Murcko <chuck@apache.org>
Mon, 24 Sep 2001 20:19:44 +0000 (20:19 +0000)
PR: 6055
Obtained from: "Eidelman, Brian" <BEidelman@netegrity.com>
Submitted by: "Eidelman, Brian" <BEidelman@netegrity.com>
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

index c2aebd30143d5a477d35a015805a7c90e6c37e6d..bc477c6bab276b890b6f9c6cdeacd99be50320e4 100644 (file)
@@ -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 */