porscheinformatik / tapestry-csrf-protection

Tapestry CSRF Protection
Apache License 2.0
10 stars 9 forks source link

Spring CSRF Protection prohibits form with Upload component #10

Open derkoe opened 10 years ago

derkoe commented 10 years ago

When you have a multipart form (e.g. with Tapestry's upload component) and Spring Security CSRF activated then Spring's CsrfFilter prevents form submission (because parameters are in multipart request).

See also: