Browse Source
When the plus operator is used between strings in a SpEL expression and that expression is compiled, it is important to include a cast if computation of any of the operands isn't obviously leaving strings on the stack. Likewise if the stack contents are known to be strings, a cast should not be included. Issue: SPR-12426pull/929/head
Andy Clement
9 years ago
2 changed files with 24 additions and 1 deletions
Loading…
Reference in new issue