Reputation: 1241
I want to protect my app against XSS. Is there any out of the box feature I can use? An external library to secure requests on the whole application? Or a Tomcat filter/valve?
Thanks!
Upvotes: 1
Views: 359
Reputation: 111
Options you can use:
If all you want is encoding, I would go for option 1. It'll be the quickest and easiest.
Upvotes: 1