users@jersey.java.net

[Jersey] Log warnings

From: orid <ori.dagan_at_gmail.com>
Date: Sun, 10 Jan 2010 02:39:10 -0800 (PST)

Hi,

I am using a servlet filter in front of jersy servlet. The filter consumes
the request form params.
In the server log I am getting:
A servlet POST request, to the URI <URI>, contains form parameters in the
request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request
body by other means will not work as expected.

My questions:

1. What exactly this warning mean? If the filter is read-only it would be
safe to do that right?
2. Is there a way to suppress this warning? It really clogs my logs.

Thanks.
Ori
-- 
View this message in context: http://n2.nabble.com/Log-warnings-tp4280745p4280745.html
Sent from the Jersey mailing list archive at Nabble.com.