| Class | Description |
|---|---|
| XSSAttacksPreventionFilter |
This code demonstrates how to prevent any web application from possible XSS
attacks
this filter just take the control of every request hitting your web
application and then take the help of Request Wrapper instance to avoid
possible XSS attacks through script injections, etc
This filter to be the first component configured in your web application
|
Copyright © 2014. All rights reserved.