For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I am trying to write a Servlet Filter to filter or block API calls with parameters and payload containing vulnerable data like XSS. I came accross below implementation which uses ESAPI library.
https://www.javacodegeeks.com/2012/07/anti-cross-site-scripting-xss-filter.html
Is there any other efficient way to achieve this validation ?