I am trying to use the CXF JaxRS client (version 2.7.0) and am having an issue with sending a DELETE with a message body. The server throws an HTTP/500 due to an end of stream
Caused by: java.io.EOFException: No content to map to Object due to end of input It works fine when I use Postman in chrome. The main difference is that I don't see a Content-Length header in the output of the client. Is this a known limitation? I am wondering if the client is trying to use chunked encoding instead of calculating a Content-Length? Is there a way to turn off Chunked encoding as a test?
