tags:

views:

51

answers:

1

I'm looking for a java library that can provide protection against XSS attacks. I'm writing a server, and would like to validate my user's input doesn't contain malicious javascript.

Which library would you recommend?

+1  A: 

You should use AntiSamy. (That's what I did)

Thierry-Dimitri Roy