mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
481a5743b3
DataBinder applies its auto-grow collection limit to bean property access, but direct field access left DirectFieldAccessor at its default limit. Pass DataBinder's configured limit into DirectFieldBindingResult and apply it to the DirectFieldAccessor. Closes gh-36861 Signed-off-by: Matthias Kurz <m.kurz@irregular.at>