You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2013/11/22 06:50:35 UTC

[jira] [Created] (OAK-1216) Path parsing must support SNS indexes, irrespective of SNS support

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)