I'm having this interface

    @POST
    @Path("/bla")
    Response proxy(InputStream entity) throws IOException;

In the implementation, I am able to read from the stream, except if the
Content-Type of the POST was application/x-www-form-urlencoded.

I guess that is because resteasy already has consumed it (to fill the
@FormParams, although i have none in this call).

Is there any way to fix this, such that I do have access to the input
stream for _any_ Content-Type?
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to