]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport r104924:
authorEric Covener <covener@apache.org>
Fri, 9 Jan 2009 22:05:00 +0000 (22:05 +0000)
committerEric Covener <covener@apache.org>
Fri, 9 Jan 2009 22:05:00 +0000 (22:05 +0000)
  Fix Bug 18388 (Set-Cookie in 304)

Reviewed By: fielding, wrowe, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@733168 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
modules/http/http_protocol.c

diff --git a/CHANGES b/CHANGES
index cb171e8d4ca9eb156bd60f1cb9a6e30c3dbb1a85..0c0921790c64769499fd27cac35b30739fa17b14 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@ Changes with Apache 2.0.64
      mod_proxy_ftp: Prevent XSS attacks when using wildcards in the path of
      the FTP URL. Discovered by Marc Bevand of Rapid7. [Ruediger Pluem]
 
+  *) Add Set-Cookie and Set-Cookie2 to the list of headers allowed to pass 
+     through on a 304 response.  [Nick Kew]
+
 Changes with Apache 2.0.63
 
   *) winnt_mpm: Resolve modperl issues by redirecting console mode stdout
diff --git a/STATUS b/STATUS
index d19f50047bae8ece17afddbb90e80c773cf3bdc5..0a92038a7745557330f60bde0acb3afbca25522d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -124,12 +124,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
        http://people.apache.org/~fuankg/diffs/httpd-2.0.x-ap_vhost_iterate_given_conn.diff
     +1: fuankg, wrowe, pgollucci
 
-  * Backport 104924: PR 18388; Add Set-Cookie and Set-Cookie2 to the
-    list of headers allowed to pass through on a 304 response.
-    This has been in trunk since 2004, released in 2.2.0.
-      http://svn.apache.org/viewvc?view=rev&revision=104924
-    +1: fielding, wrowe, covener
-
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ please place SVN revisions from trunk here, so it is easy to
     identify exactly what the proposed changes are!  Add all new
index deff80bc399b9d95e4c935d19602099633507328..163a90915468a51db69965970481d42315c0c8ea 100644 (file)
@@ -1752,6 +1752,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 {