Open
Description
With the introduction of the DefaultMultipartParser
, two tests started failing when running against Undertow:
org.springframework.web.reactive.function.MultipartIntegrationTests#transferTo
andorg.springframework.web.reactive.result.method.annotation.MultipartIntegrationTests#transferTo
.
As temporary workaround the tests were disabled for 5.3 M1, but this needs to be resolved by M2.