From: Nick Kew Date: Wed, 1 Sep 2004 13:37:07 +0000 (+0000) Subject: Fix Bug 18388 (Set-Cookie in 304) X-Git-Tag: 2.1.1~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37a21d9818b73858614d0e2161be80f9afa8fd0;p=thirdparty%2Fapache%2Fhttpd.git Fix Bug 18388 (Set-Cookie in 304) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104924 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 7020018bd64..a85081686f6 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -1664,6 +1664,8 @@ AP_CORE_DECLARE_NONSTD(apr_status_t) ap_http_header_filter(ap_filter_t *f, "Warning", "WWW-Authenticate", "Proxy-Authenticate", + "Set-Cookie", + "Set-Cookie2", NULL); } else {