Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.5.0
-
None
Description
Steps to reproduce:
Try to create a blob with opened curve in a storage key
// below test fails because actual result is: "/repos/folder with " public void testIncorrectExpand() { assertEquals(expand("/repos/folder with { brackets in a key", ImmutableMap.of()), "/repos/folder with { brackets in a key"); }
Solution, if no variables provided - return template as is.
patch to 2.5.x if possible