Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.4
-
None
-
Unknown
Description
In CXF-3714 a property has been introduced to allow multiple HTTP header values to be added as separate headers.
But the corresponding fix in
org.apache.cxf.transport.http.Headers#transferProtocolHeadersToURLConnection
doesn't look correct. See
https://fisheye6.atlassian.com/changelog/cxf?cs=6763178c36ae4392344f9e8e1ea3e714ba8a2520
To me it looks like it should be
connection.addRequestProperty(header, s)
in transferProtocolHeadersToURLConnection(), instead of
connection.addRequestProperty(HttpHeaderHelper.COOKIE, s)
.
Attachments
Issue Links
- relates to
-
CXF-3714 Add property which can be used to get multiple HTTP header values added as separate headers
- Closed