[
https://issues.apache.org/jira/browse/OAK-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876006#comment-15876006
]
Thomas Mueller commented on OAK-5689:
-------------------------------------
For PrincipalProviderImplTest, the query is:
{noformat}
select [jcr:path], [jcr:score], * from [nt:base] as a
where [rep:principalName] is not null
and isdescendantnode(a, '/rep:security/rep:authorizables')
{noformat}
There is an index /oak:index/principalName on rep:principalName. But it is for
rep:Authorizable and not nt:base. Should the query use "from
\[rep:Authorizable\]"?
> AbstractSecurityTest: enforce test-failure for traversal queries
> ----------------------------------------------------------------
>
> Key: OAK-5689
> URL: https://issues.apache.org/jira/browse/OAK-5689
> Project: Jackrabbit Oak
> Issue Type: Test
> Components: core
> Reporter: angela
> Assignee: angela
> Fix For: 1.8
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)