Skip to content

RequestPartMethodArgumentResolver in WebFlux does not support decoding (e.g. to JSON) the content of a part [SPR-15515] #20074

@spring-projects-issues

Description

@spring-projects-issues

Rossen Stoyanchev opened SPR-15515 and commented

At present the RequestPartMethodArgumentResolver does nothing more than access the Part. It needs to support decoding of the Part content based on its declared content type.

Note also an issue in the multipart library which only supports browser form scenarios whereas @RequestPart is specifically designed for REST scenarios behaving like @RequestBody for individual parts.


Affects: 5.0 RC1

Referenced from: commits 2d37c96, be0b671

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions