Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
-
None
Description
NamePathMapperImpl#getOakPath(String jcrPath) contains the following shortcut:
if ("/".equals(jcrPath))
{ // avoid the need to special case the root path later on return "/"; }if oak-paths are defined to contain no leading / (such as Tree#getPath does)
i think this shortcut is inconsistent or maybe even wrong.