This bug is being generation as a consequence of P1 hotjava bug #4035325 dealing with setting multiple cookies. That bug also refers to buggy behavior in hotjava, so it could not be forwarded.
Basically, a cgi-bin script is sending multiple 'Set-cookie' headers, but when we iterate through the list of headers (by index, not key) we only see 1, the last one sent. For test purposes, you can use:
http://atvar.eng.sun.com:8080/cgi-bin/set-cookie4.cgi
Basically, a cgi-bin script is sending multiple 'Set-cookie' headers, but when we iterate through the list of headers (by index, not key) we only see 1, the last one sent. For test purposes, you can use:
http://atvar.eng.sun.com:8080/cgi-bin/set-cookie4.cgi
- relates to
-
JDK-4242254 Remove special "set-cookie" behavior in URLConnection setRequestProperty()
- Closed