users@jersey.java.net

[Jersey] Re: Jersey 2.0 & Grizzly: TimoutException in LoggingFilter for empty requests

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Wed, 06 Mar 2013 15:32:32 -0800

Hi Matt,

can you pls. provide a testcase?

Thank you,

WBR,
Alexey.

On 06.03.13 13:56, Matthew Cheely wrote:
> I've been working with Jersery-2.0 on grizzly & I've run into an issue
> where when using a LoggingFilter with entity logging enabled, empty
> POST requests fail with a TimeoutException. This appears to be the
> result of waiting for input during a call to hasEntity() on the
> ContainerRequestContext.
>
> Has anybody seen this before? Should I file an issue on it?
>
> Thanks,
> -Matt