1
0
mirror of synced 2026-05-22 21:33:16 +00:00

CsrfWebFilter supports multipart/form-data

Fixes gh-7576
This commit is contained in:
Rob Winch
2019-10-28 14:05:42 -05:00
parent 387f765595
commit 635f7e1edd
5 changed files with 148 additions and 11 deletions
+1
View File
@@ -25,6 +25,7 @@ dependencies {
testCompile 'org.codehaus.groovy:groovy-all'
testCompile 'org.skyscreamer:jsonassert'
testCompile 'org.springframework:spring-webflux'
testCompile 'org.synchronoss.cloud:nio-multipart-parser'
testCompile powerMock2Dependencies
testCompile spockDependencies