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 "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/10/25 06:42:00 UTC

[jira] [Commented] (OAK-9584) Node.hasProperty("rep:authorizableId") only supports qualified names but not expanded names.

    [ https://issues.apache.org/jira/browse/OAK-9584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433588#comment-17433588 ] 

Konrad Windszus commented on OAK-9584:
--------------------------------------

I also added a failing (but ignored test) for this behaviour in https://github.com/apache/jackrabbit-oak/commit/ca5367d8279ab72b8b839bc751ec4f817b4dc45f.

> Node.hasProperty("rep:authorizableId") only supports qualified names but not expanded names.
> --------------------------------------------------------------------------------------------
>
>                 Key: OAK-9584
>                 URL: https://issues.apache.org/jira/browse/OAK-9584
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: jcr
>    Affects Versions: 1.40.0
>            Reporter: Konrad Windszus
>            Priority: Major
>
> I have a JCR Node which returns
> {{true}} for 
> {code}
> node.hasProperty("rep:authorizableId")
> {code} but 
> {{false}} for 
> {code}
> node.hasProperty("{internal}authorizableId")
> {code}
> According to https://docs.adobe.com/content/docs/en/spec/jcr/2.0/3_Repository_Model.html#3.2.6%20Use%20of%20Qualified%20and%20Expanded%20Names
> bq. When a JCR name is passed as an argument to a JCR method it may be in either expanded or qualified form. 
> this is a violation of the spec.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)