You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of CompositeStringExpression.getValue() (which simply calls append() on a StringBuffer) inserts "null" for null values and "[I@f34a65" (or similar) for arrays.
I think it would be better to call ObjectUtils.getDisplayString() for the value to be appended.
(Incidentally there is already a TODO in this method)
At least the String "null" should be omitted (as in other web frameworks).
Affects: 3.0 M1
The text was updated successfully, but these errors were encountered:
Oliver Becker opened SPR-5466 and commented
The current implementation of CompositeStringExpression.getValue() (which simply calls append() on a StringBuffer) inserts "null" for null values and "[I@f34a65" (or similar) for arrays.
I think it would be better to call ObjectUtils.getDisplayString() for the value to be appended.
(Incidentally there is already a TODO in this method)
At least the String "null" should be omitted (as in other web frameworks).
Affects: 3.0 M1
The text was updated successfully, but these errors were encountered: