Re: [Resin-interest] Input Sanitization

2008-06-24 Thread Kai Virkki
? -a -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kai Virkki Sent: Sunday, June 22, 2008 10:32 AM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] Input Sanitization Hi! There isn't any easy way to protect

Re: [Resin-interest] Input Sanitization

2008-06-22 Thread Kai Virkki
Hi! There isn't any easy way to protect against XSS attacks and I don't know of any Servlet containers that would offer you any solutions to this. But there's a nice library called OWASP AntiSamy that you could use to validate user input: http://code.google.com/p/owaspantisamy/ If you don't

Re: [Resin-interest] Input Sanitization

2008-06-22 Thread Aaron Freeman
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kai Virkki Sent: Sunday, June 22, 2008 10:32 AM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] Input Sanitization Hi! There isn't any easy way to protect against XSS attacks and I don't