Hi
I am new to this and I understand that it might be possible to automatically sanitize all request data using this library - rather than sanitizing each bit of data.
We have a JSP application and I have installed the library and tested the sanitizing on a couple of fields which works fine.
I could build a filter servlet and add it to the project, but I thought there might be one already out there I could just install and configure?
Is this a thing - or is it really designed to be used to sanitize individual content one bit at a time?
Thanks
Andrew