Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4.4
-
None
-
Unknown
Description
When attempting to use the Netty transport in a JAX-RS client I encountered a NullPointerException from the CXF internals. This seems to be because CXF is trying to set a Content-Type for a GET request which has no body. As a result CXF passes null as the header value, which is not valid in the Netty Request.
Attachments
Issue Links
- links to