]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Some browsers ignore cookies that have been merged into a
authorGraham Leggett <minfrin@apache.org>
Thu, 21 Feb 2002 06:06:31 +0000 (06:06 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 21 Feb 2002 06:06:31 +0000 (06:06 +0000)
commit23bad0a3298dc62f78ea4dac9d71015d41bfc0bb
tree3d22a5c8da2a8dae8e4f09b3fc78d77f396cd448
parent567662b514d751bd009268f0506195dea87663e4
Some browsers ignore cookies that have been merged into a
single Set-Cookie header. Set-Cookie and Set-Cookie2 headers
are now unmerged in the http proxy before being sent to the
client.
Fix a problem with proxy where each entry of a duplicated
header such as Set-Cookie would overwrite and obliterate the
previous value of the header, resulting in multiple header
values (like cookies) going missing.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93527 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/proxy_http.c
modules/proxy/proxy_util.c