Spring Corrupting Data on submit - "5" turns into "5,5", turns into "5,5,5,5", etc... [SPR-10697] #15325
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: invalid
An issue that we don't feel is valid
Will Dev opened SPR-10697 and commented
See attached file "Screenshots.png" for a straightforward description of what's happening.
Spring MVC is majorly corrupting submitted data. We start with a text field with "10" in it, we submit it and re-display the exact same data that we just submitted, and it's been turned into "10,10". Resumbit it again, we get "10,10,10,10"...etc etc.
I created a fairly straightforward test case to reproduce this problem (see attached files).
Affects: 3.1.1
Attachments:
Referenced from: commits spring-attic/spring-framework-issues@e3588bf
The text was updated successfully, but these errors were encountered: