forked from spring-projects/spring-framework
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error message for unsupported character in SpEL expression
Prior to this commit, when an unsupported character such as "ü" was encountered in a SpEL expression, the error message was: Cannot handle (252) 'ü' With this commit, the error message is now similar to: Unsupported character 'ü' (252) encountered at position 5 in expression. See spring-projectsgh-30580 Closes spring-projectsgh-30602
- Loading branch information
Showing
2 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters