spring-framework/spring-webflux/src
Rossen Stoyanchev ff9daa9377 Adjust WebFlux behavior for @RequestPart List<T>
List<T> support was added relatively late, incorrectly decoding each
part to T which means no way to decode a single part to List<T> and
thatis the most common case (vs multipart parts with the same name).
This behavior was further misaligned with Spring MVC as well as with
the behavior for T[].

Closes gh-22973
2020-06-22 05:40:13 +01:00
..
main Adjust WebFlux behavior for @RequestPart List<T> 2020-06-22 05:40:13 +01:00
test Adjust WebFlux behavior for @RequestPart List<T> 2020-06-22 05:40:13 +01:00