The http protocol handler's setRequestProperty() implementation
incorrectly special-cases the "set-cookie" request property/header.
This special case should be removed so that all setRequestProperty() always
replaces any existing property value of the same name.
incorrectly special-cases the "set-cookie" request property/header.
This special case should be removed so that all setRequestProperty() always
replaces any existing property value of the same name.
- relates to
-
JDK-4035375 HJB:Implimentation of URLConnection needs to support multiple Set-cookie headers
- Closed