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?