Open
Description
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)