moby created CXF-7959:
-------------------------
Summary: WebClient invocation builder header(name, value) method
is implemented according to interface
Key: CXF-7959
URL: https://issues.apache.org/jira/browse/CXF-7959
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 3.3.0
Reporter: moby
Acording to [add header with invocation
builder|[https://docs.oracle.com/javaee/7/api/javax/ws/rs/client/Invocation.Builder.html#header-java.lang.String-java.lang.Object-]|https://docs.oracle.com/javaee/7/api/javax/ws/rs/client/Invocation.Builder.html#header-java.lang.String-java.lang.Object-],]
_"If {{value}} is {{null}} then all current headers of the same name will be
removed."_
Now when _null_ value is supplied, it is added to existing header values with
same name.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)