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