You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dmitry Treskunov (JIRA)" <ji...@apache.org> on 2013/08/29 18:34:53 UTC

[jira] [Created] (CXF-5243) JAX-RS 2.0 ContainerRequestContext doesn't return payload using getEntityStream() method

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