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

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.1, 2.3
    • 2.2.1
    • jackrabbit-core
    • None

    Description

      For user/group queries having a scope and a limit clause maxCount does not work correctly.

      builder.setScope("contributors", false);
      builder.setLimit(0, 50);

      In the above case, the result might contain to few results.

      This is related to JCR-2829

      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: