Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.3
-
None
Description
Recent changes to the parsing of expansions to support maps in expansions has led to whitespace not being properly trimmed off expansions, so:
${foo } will be interpreted as the path "foo " rather than "foo", ${message:bar } will fail to find the correct key (because the key should be "bar", but it "bar "), etc.