[ 
https://issues.apache.org/jira/browse/CXF-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

moby updated CXF-7959:
----------------------
    Description: 
Acording to 
[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.

  was:
Acording to 
[javadoc|[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.


> 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
>            Priority: Major
>
> Acording to 
> [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)

Reply via email to