mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
726ac9110c
This commit ensures that the FormHttpMessageConverter no longer supports reading Maps (just MultiValueMaps). Plain maps are often used to represent JSON. See gh-32826