mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ab6a6f4e17
DefaultMultipartHttpServletRequest always returned mulitpart parameter values only rather than aggregating with query parameters, which contradicts with Servlet spec, section 3.1, and is inconsistent with StandardMultipartHttpServletRequest. Issue: SPR-16590