Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-2829

Offset not working correctly in user/group query when restricting to group members

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.2
    • jackrabbit-core
    • None

    Description

      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.

      Attachments

        Activity

          People

            mduerig Michael Dürig
            mduerig Michael Dürig
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: