Offset not working correctly in user/group query when restricting to group
members
----------------------------------------------------------------------------------
Key: JCR-2829
URL: https://issues.apache.org/jira/browse/JCR-2829
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Reporter: Michael Dürig
Fix For: 2.2.0, 2.3.0
For user/group queries having a scope *and* a limit clause offsetting does not
work correctly.
builder.setScope("contributors", false);
builder.setLimit(100, 50);
In the above case, the result is often not offset at 100 but instead at some
place >100.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.