spring-boot/spring-boot-parent
Andy Wilkinson e7b03f7ca3 Don't auto-configure MultipartConfigElement when using Commons FileUpload
Previously, when a user had declared a custom MultipartResolver bean
that is a CommonsMultipartResolver, part resolution would fail. The
failure was occurring as the servlet container was consuming the parts
before CommonsMultipartResolver had a chance to read them. This was
happening because a MultipartConfigElement was being auto-configured.

This commit updates the multipart auto-configuration so that a
MultipartConfigElement is not auto-configured when there is a
CommonsMultipartResolver bean in the context.

Closes gh-7735
2018-06-20 12:05:23 +01:00
..
src/checkstyle Switch to spring-javaformat plugin 2018-05-25 20:59:04 -07:00
pom.xml Don't auto-configure MultipartConfigElement when using Commons FileUpload 2018-06-20 12:05:23 +01:00