users@jersey.java.net

[Jersey] Accessing the request body in a filter to Sanitize

From: <dehru2_at_yahoo.com>
Date: Fri, 15 Jun 2012 21:59:02 +0000 (GMT)

Hello,
I am trying to sanitize user input from the client. I have implemented
a filter and can access the query parameters to clean them. But we
have some forms that submit json in the post body. How can I access
the body in the filter to clean the post body before we process the
post body in the handler methods?

Thanks again for the help,
Dehru