Skip to content

ProxyingHandlerMethodArgumentResolver does not work with MultipartFile [DATACMNS-668] #1136

Open
@spring-projects-issues

Description

@spring-projects-issues

Xavier Dury opened DATACMNS-668 and commented

Interface-based form-backing objects generated by ProxyingHandlerMethodArgumentResolver and containing MultipartFile fields will return null for those fields.

public interface Form {
		
	MultipartFile getFile();
}

Affects: 1.10 GA (Fowler)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions