Guys,
wonder if we have an issue with content length and intercetors on the reader side, too.
Can you enlighten me:
Does the unterlying connector use the content length header in order to determine the number of bytes to read from the connection?
Or does the JAX-RS runtime do that? .. In which case a readerInterceptor could pretty nicely screw up the request body reading.
Likely I am just confused , but still ...
Jan