[ 
https://issues.apache.org/jira/browse/CXF-5243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Beryozkin resolved CXF-5243.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.7
                   3.0.0
         Assignee: Sergey Beryozkin

Also fixed same issue with response and client request/response contexts
                
> 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
>            Assignee: Sergey Beryozkin
>             Fix For: 3.0.0, 2.7.7
>
>
> 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