Skip to content

MultipartFile interface should extend InputStreamSource [SPR-11861] #16480

@spring-projects-issues

Description

@spring-projects-issues

Dmitry Katsubo opened SPR-11861 and commented

Seems logical that org.springframework.web.multipart.MultipartFile interface extends org.springframework.core.io.InputStreamSource, as it is a provider of a stream:

public interface MultipartFile extends InputStreamSource { ...

Affects: 4.0.3

Attachments:

Referenced from: commits f0c6bff

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