[ 
https://issues.apache.org/jira/browse/CXF-5243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753800#comment-13753800
 ] 

Sergey Beryozkin commented on CXF-5243:
---------------------------------------

Right, see it fixed on the trunk, not sure why it did not make it to CXF 2.7.x, 
will be there in time for CXF 2.7.7, due soon
                
> JAX-RS 2.0 ContainerRequestContext#getEntityStream() doesn't return request 
> payload
> -----------------------------------------------------------------------------------
>
>                 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

Reply via email to