What is the best way to protect our Spring MVC application from CSRF and XSS.
Is there native Spring MVC support for this?
You can use Spring Security 3.2.0.RELEASE and enable csrf support with this configuration