spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
https://spring.io/projects/spring-data
Apache License 2.0
773 stars 672 forks source link

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

Open spring-projects-issues opened 9 years ago

spring-projects-issues commented 9 years ago

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)

spring-projects-issues commented 7 years ago

Jens Schauder commented

A reproducible test case would be nice and really helpful