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 "Jukka Zitting (JIRA)" <ji...@apache.org> on 2014/01/22 05:19:21 UTC

[jira] [Updated] (OAK-1174) Inconsistent handling of invalid names

     [ https://issues.apache.org/jira/browse/OAK-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated OAK-1174:
-------------------------------

    Fix Version/s:     (was: 0.15)
                   0.16

> 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
>            Assignee: Jukka Zitting
>             Fix For: 0.16
>
>
> 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.5#6160)