[
https://issues.apache.org/jira/browse/OAK-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876038#comment-15876038
]
Thomas Mueller commented on OAK-5689:
-------------------------------------
Proposed patch for discussion (excluding test changes):
{noformat}
---
src/main/java/org/apache/jackrabbit/oak/security/user/query/UserQueryManager.java
(revision 1783886)
+++
src/main/java/org/apache/jackrabbit/oak/security/user/query/UserQueryManager.java
(working copy)
@@ -215,7 +215,7 @@
} else if (ntName != null) {
stmt.append("element(*,").append(ntName).append(')');
} else {
- stmt.append("element(*)");
+ stmt.append("element(*, rep:Authorizable)");
}
if (value == null) {
{noformat}
> 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)