mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fde7b1e545
When index == arrayLength, the array index is also out of bounds. For this scenario, a SpelEvaluationException should be thrown instead of ArrayIndexOutOfBoundsException. Closes gh-23658