[
https://issues.apache.org/jira/browse/CXF-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17033103#comment-17033103
]
Andriy Redko commented on CXF-7959:
-----------------------------------
The JAX-RS TCKs seem not to be covering this particular case (no new test
failures), nonetheless the change is matching the JAX-RS API specification.
> WebClient invocation builder header(name, value) method is not 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.2.8, 3.3.0
> Reporter: moby
> Assignee: Andriy Redko
> Priority: Major
> Fix For: 3.4.0, 3.3.6, 3.2.13
>
>
> 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, _null_ is added to existing header values
> with same name. E.g. _"Accept":"application/json,null"_
--
This message was sent by Atlassian Jira
(v8.3.4#803005)