Uploaded image for project: 'Jackrabbit FileVault'
  1. Jackrabbit FileVault
  2. JCRVLT-305

DefaultWorkspaceFilter.add(nodeFilters) does not include properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.2
    • None
    • None

    Description

      The add method should only add the filter set to nodeFilterSets, otherwise an include pattern for nodes will reject all properties.

      public void add(PathFilterSet set) {
              nodesFilterSets.add(set);
              propsFilterSets.add(set);
          }
      

      [1] https://github.com/apache/jackrabbit-filevault/blob/9eb53d36adfb7695a44075c72ca7ff0cedafabcc/vault-core/src/main/java/org/apache/jackrabbit/vault/fs/config/DefaultWorkspaceFilter.java#L102

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mpetria Marius Petria
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: