Re: Best Practices for handling of XSS attacks

2010-10-05 Thread Paweł Wielgus
me"); > > but before I use this I would like to know why params.get("parameter_name") is > not returning a simple String? > Any idea? > Pars > > ________________ > Von: Martin Gainty > An: parsmani...@yahoo.de > Gesendet: Montag, de

RE: Best Practices for handling of XSS attacks

2010-10-05 Thread Pars Man
know why params.get("parameter_name") is not returning a simple String? Any idea? Pars Von: Martin Gainty An: parsmani...@yahoo.de Gesendet: Montag, den 4. Oktober 2010, 23:27:55 Uhr Betreff: RE: Best Practices for handling of XSS at

Re: Best Practices for handling of XSS attacks

2010-10-04 Thread Dave Newton
On Mon, Oct 4, 2010 at 2:53 PM, Pars Man wrote: > Where in the defaultStack would you place such an interceptor from an > architecual point of view? > As long as it's before "params" it probably doesn't matter too much. Dave

RE: Best Practices for handling of XSS attacks

2010-10-04 Thread Pars Man
t want to make my html forms secure against xss and nothing else. and > of > courese i fo not have a form on on every page... > > Pars > > > > - Ursprüngliche Mail > Von: Dave Newton > An: Struts Users Mailing List > Gesendet: Freitag, den 1. Oktober

Re: Best Practices for handling of XSS attacks

2010-10-04 Thread Dave Newton
forms secure against xss and nothing else. and > of > courese i fo not have a form on on every page... > > Pars > > > > - Ursprüngliche Mail > Von: Dave Newton > An: Struts Users Mailing List > Gesendet: Freitag, den 1. Oktober 2010, 14:46:03 Uhr >

RE: Best Practices for handling of XSS attacks

2010-10-04 Thread Pars Man
make my html forms secure against xss and nothing else. and of courese i fo not have a form on on every page... Pars - Ursprüngliche Mail Von: Dave Newton An: Struts Users Mailing List Gesendet: Freitag, den 1. Oktober 2010, 14:46:03 Uhr Betreff: Re: Best Practices for handling of XS

Re: Best Practices for handling of XSS attacks

2010-10-01 Thread Dave Newton
An interceptor seems like a reasonable solution. Why don't you want to use HDIV? Dave On Fri, Oct 1, 2010 at 3:15 AM, Pars Man wrote: > Hi, > > I am currently checking the web to find something about how to handle XSS > attacks in my Struts2 application. > Unfortunately I just cannot find anyth