mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
80faa94afc
This commit changes the FormHttpMessageConverter from a HttpMessageConverter<MultiValueMap<String, ?>> to a HttpMessageConverter<Map<String, ?>>, so that normal, single-value maps can also be used as form representation, both for reading and writing. Closes gh-32826