Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
In the current implementation (making use of commons lang's StrSubstitutor, interpolation is alway string-based. This works well for primitive property values, but not if a property has multiple values. A variable referencing such a property is replaced by the string-representation of the list of values.