You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Chris Lotton (Jira)" <ji...@apache.org> on 2022/02/07 17:54:00 UTC

[jira] [Created] (JCRVLT-604) RepositoryCopier doesn't allow Property Based Filtering

Chris Lotton created JCRVLT-604:
-----------------------------------

             Summary: RepositoryCopier doesn't allow Property Based Filtering
                 Key: JCRVLT-604
                 URL: https://issues.apache.org/jira/browse/JCRVLT-604
             Project: Jackrabbit FileVault
          Issue Type: Bug
          Components: RCP
    Affects Versions: 3.5.8
            Reporter: Chris Lotton


Jackrabbit-FileVault allows creation of filters based on Nodes, and recently also Properties.

When creating a new filter like:
{code:java}
defaultWorkSpaceFilter.add(myNodeFilterSet, myPropertyFilterSet) {code}
and assigning it to repositoryCopier like:
{code:java}
repositoryCoper.setSourceFilter(defaultWorkSpaceFilter){code}
It appears only myNodeFilterSet is checked.  Nodes are excludes as expected, but properties expected to be excluded remain.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)