users@jersey.java.net

[Jersey] Best Way To Sanitize User Input

From: <dehru.cromer_at_emc.com>
Date: Thu, 14 Jun 2012 19:02:09 -0400

Hello,

I'm looking for the best way to sanitize user input. I'd love to be able to use the ContainerRequestFilter and loop through the form, path, and query parameters and sanitize them before they get passed into the handler methods. Is this possible? What's the recommended way to do this with Jersey?

Thanks,
Dehru

P.S. How do I join this list?