users@grizzly.java.net

Re: MediaType.APPLICATION_JSON data not delivered in REST DELETE?

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Fri, 22 Nov 2013 17:46:52 -0800

Hi David,

can you pls. create and attach the testcase (maven project would be
great) for us?

Thanks.

WBR,
Alexey.

On 22.11.13 17:26, David Cheney wrote:
> Has anyone else seen a problem in which a REST @DELETE operation is
> not delivering data (buffer length = 0) to
> @Consumes(MediaType.APPLICATION_JSON)?
>
> We did not see this with Grizzly 2.2.19, we began seeing it after
> upgrade to Grizzly 2.3.7.
>
> Thanks guys!
>
> David Cheney