RE: XSS Validation

2011-02-10 Thread Altenhof, David Aron
Message- From: Greg Akins [mailto:angryg...@gmail.com] Sent: Thursday, February 10, 2011 1:39 PM To: user@struts.apache.org Subject: XSS Validation I'm looking to do some general input santization on a Struts2 application. Thinking that the OWASP validators might be a good place to start; maybe a

XSS Validation

2011-02-10 Thread Greg Akins
I'm looking to do some general input santization on a Struts2 application. Thinking that the OWASP validators might be a good place to start; maybe along with a Struts CustomValidator Has anyone done anything like this? Does anyone have some advice for providing "general" protection againts XSS