[
https://issues.apache.org/jira/browse/CXF-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16083822#comment-16083822
]
Sergey Beryozkin commented on CXF-7443:
---------------------------------------
The problem is that the transport code is typed to log
"Map<String, List<String>>", I suppose that will need to be relaxed to
"Map<String, List<Object>>"
> ClassCastException in org.apache.cxf.transport.http.Headers
> -----------------------------------------------------------
>
> Key: CXF-7443
> URL: https://issues.apache.org/jira/browse/CXF-7443
> Project: CXF
> Issue Type: Bug
> Components: JAX-RS
> Affects Versions: 3.1.5, 3.1.7
> Reporter: Winter
> Priority: Minor
>
> WebClient client = WebClient.create(endpointURL, providers).path(path)
>
> .type(mediaType).accept(mediaType);
> Response response = client.post(serviceStatusRequest);
> yields ClassCastException in Headers.logProtocolHeaders(Level level):
> Caused by: java.lang.ClassCastException: javax.ws.rs.core.MediaType cannot be
> cast to java.lang.String
> at
> org.apache.cxf.transport.http.Headers.logProtocolHeaders(Headers.java:282)
> at
> org.apache.cxf.transport.http.Headers.setProtocolHeadersInConnection(Headers.java:325)
> There is a workaround: set log level > FINE
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)