mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit reverts the changes made to WebDataBinder's doBind() implementation ine4d03f6625and instead implements the skipping logic directly in checkFieldDefaults(), checkFieldMarkers(), and adaptEmptyArrayIndices() by preemptively checking if the corresponding field is allowed. This commit also improves the Javadoc and adds missing tests. See gh-36625 Fixes gh-36627 (cherry picked from commit68c575ab14)