@RequestPart in WebFlux does not support List of parts [SPR-16621] #21162
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Rossen Stoyanchev opened SPR-16621 and commented
RequestPartMethodArgumentResolver
supportsPart
(single value), and it will also provide aFlux<Part>
(multiple values) but it does not supportList<Part>
.Affects: 5.0.4
The text was updated successfully, but these errors were encountered: