FLUID-4539: fluid.stringTemplate seems to act greedy when expanding variables with similar names.

Metadata

Source
FLUID-4539
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
y z
Created
2011-11-25T11:07:09.303-0500
Updated
2012-01-20T16:50:57.423-0500
Versions
  1. 1.4
Fixed Versions
  1. 1.5
Component
  1. Framework

Description

fluid.stringTemplate seems to act greedy when expanding variables with similar names.
For example if there are 2 variables that are named %var and %vartwo, the string will be expanded using the value of %var twice even though %vartwo is provided.

Comments