SPR-5673: fix for problems with expressions that use the same symbols as are used in the template prefix/suffix
This commit is contained in:
@@ -95,5 +95,9 @@ public class CompositeStringExpression implements Expression {
|
||||
public boolean isWritable(EvaluationContext context) {
|
||||
return false;
|
||||
}
|
||||
|
||||
public Expression[] getExpressions() {
|
||||
return expressions;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user