andymc12 commented on issue #373: JAX-RS 2.1 TCK issues URL: https://github.com/apache/cxf/pull/373#issuecomment-362484490 And one more TCK fix. CXF was failing with a ClassCastException when the TCK added a new non-String object header in a ClientRequestFilter. CXF converts these header objects to Strings earlier in the flow, but does not convert them after filters have been invoked. When CXF goes to put those non-String headers on the wire, it fails because it cannot cast them a String. This fix converts the headers after invoking the filter method.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
