Description
The org.apache.struts2.dispatcher.Parameter.Request class (added in Struts 2.5.3) incorrectly handles arrays containing null; it converts them to arrays containing the string "null" (using String.valueOf).
This is breaking one of our applications; some pages are OK, but on other pages, every non-provided field is populated with "null".
Attachments
Issue Links
- is related to
-
WW-4831 Array-of-null parameters are converted to string "null"
- Closed
- links to