You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2018/06/21 02:36:00 UTC

[jira] [Resolved] (JCRVLT-305) DefaultWorkspaceFilter.add(nodeFilters) does not include properties

     [ https://issues.apache.org/jira/browse/JCRVLT-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra resolved JCRVLT-305.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.2

fixed in r1833972

> DefaultWorkspaceFilter.add(nodeFilters) does not include properties
> -------------------------------------------------------------------
>
>                 Key: JCRVLT-305
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-305
>             Project: Jackrabbit FileVault
>          Issue Type: Bug
>            Reporter: Marius Petria
>            Priority: Major
>             Fix For: 3.2
>
>
> The add method should only add the filter set to nodeFilterSets, otherwise an include pattern for nodes will reject all properties.
> {code}
> public void add(PathFilterSet set) {
>         nodesFilterSets.add(set);
>         propsFilterSets.add(set);
>     }
> {code}
> [1] https://github.com/apache/jackrabbit-filevault/blob/9eb53d36adfb7695a44075c72ca7ff0cedafabcc/vault-core/src/main/java/org/apache/jackrabbit/vault/fs/config/DefaultWorkspaceFilter.java#L102



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)