Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Given a leaf node n,
JcrUtils.getOrCreateByPath(n, "a/b/../../c/d/../../e/f", false, null, null, true);
will result in paths a/b, c/d and e/f being added to n where I'd only expect the path e/f.