Can make an OutOfMemoryException by sending a modified form list property with an high index [SPR-8375] #13022
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: duplicate
A duplicate of another issue
Ludovic Praud opened SPR-8375 and commented
How to reproduce the problem
With a ModelAttribute such as :
With a JSP such as :
within an HTML form.
POST the form with modified items attribute :
and wait, wait, wait until the OutOfMemoryException.
Incriminated code
org.springframework.validation.DataBinder.autoGrowNestedPaths
is default true, it should be false instead.Workarounds
In a controller :
or using an implementation of WebBindingInitializer :
Affects: 3.0.5
Issue Links:
1 votes, 3 watchers
The text was updated successfully, but these errors were encountered: