-
Notifications
You must be signed in to change notification settings - Fork 38.6k
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: bugA general bugA general bug
Milestone
Description
The PropertyIndexingValueRef.setValue(Object)
method in SpEL's Indexer
silently ignores a failure to set a property via the indexing syntax.
For example, if property writes are disabled in the EvaluationContext
, the SpEL expression #person['name'] = 'Jane'
evaluates successfully without throwing an exception, but the name
property is not actually set.
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: bugA general bugA general bug