-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Improve error messages in SpEL #36756
Copy link
Copy link
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement
Milestone
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
While processing PR #36755, I noticed that the error message for
MAX_REGEX_LENGTH_EXCEEDEDrefers to the start position of thematcheskeyword instead of the start position of the the invalid regular expression.So, we should fix the error message for invalid regular expressions in SpEL and improve other error messages as necessary.