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.