DefaultServerWebExchange
ignores "multipart/mixed" and "multipart/related" and returns an empty MultiValueMap
although MultipartHttpMessageReader
would be able to read the request.
This completes the server-side support for "multipart/mixed" and "multipart/related" in Webflux.
Closes gh-28591