Tobias Bocanegra created OAK-1216:
-------------------------------------
Summary: Path parsing must support SNS indexes, irrespective of
SNS support
Key: OAK-1216
URL: https://issues.apache.org/jira/browse/OAK-1216
Project: Jackrabbit Oak
Issue Type: Bug
Components: core
Affects Versions: 0.11
Reporter: Tobias Bocanegra
{code}
Session.getNode("/foo/bar[2]");
{code}
throws {{javax.jcr.RepositoryException: Invalid name or path: /foo/bar\[2]}}
This should be an ItemNotFoundException (if the item does not exist),
irrespective if the repository supports SNS or not.
--
This message was sent by Atlassian JIRA
(v6.1#6144)