[
https://issues.apache.org/jira/browse/OAK-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13821078#comment-13821078
]
Michael Dürig commented on OAK-1174:
------------------------------------
Test case at http://svn.apache.org/r1541426
> Inconsistent handling of invalid names
> --------------------------------------
>
> Key: OAK-1174
> URL: https://issues.apache.org/jira/browse/OAK-1174
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: jcr
> Reporter: Michael Dürig
>
> Passing an invalid name to a JCR method might or might not throw a
> {{RepositoryException}} depending on whether name re-mappings exist or not:
> {code}
> session.itemExists("/jcr:cont]ent");
> {code}
> returns {{false}} if no name re-mappings exist but throws a
> {{RepositoryException}} otherwise.
--
This message was sent by Atlassian JIRA
(v6.1#6144)