Dmitry Treskunov created CXF-5243:
-------------------------------------
Summary: JAX-RS 2.0 ContainerRequestContext doesn't return payload
using getEntityStream() method
Key: CXF-5243
URL: https://issues.apache.org/jira/browse/CXF-5243
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.7.6
Reporter: Dmitry Treskunov
Implementation of JAX-RS 2.0 ContainerRequestContext#getEntityStream() doesn't
return request body.
Probably, the reason is that this implementation tries to extract body using
call m.get(InputStream.class), but should use call
m.getContent(InputStream.class).
I saw, that it was fixed in trunk several month ago, but it is not in any
release now.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira