users@jersey.java.net

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

From: Matthew Cheely <matt.cheely_at_gmail.com>
Date: Wed, 6 Mar 2013 16:56:56 -0500

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