]> granicus.if.org Git - apache/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)
commit59d5058317cdbb3346e35e03a3ddfbd03569e071
tree3d22a5c8da2a8dae8e4f09b3fc78d77f396cd448
parentf973da89e709fa084109cba6774ea85ff2a01909
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