You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2020/01/09 14:46:01 UTC

[jira] [Assigned] (JCRVLT-161) Document FileVault Workspace Property filter

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

Konrad Windszus reassigned JCRVLT-161:
--------------------------------------

    Assignee: Konrad Windszus

> Document FileVault Workspace Property filter
> --------------------------------------------
>
>                 Key: JCRVLT-161
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-161
>             Project: Jackrabbit FileVault
>          Issue Type: Task
>            Reporter: Timothee Maret
>            Assignee: Konrad Windszus
>            Priority: Major
>             Fix For: 3.4.2
>
>
> Since JCRVLT-120, Workspace filters on properties can be defined.
> The documentation at [0] should be updated in order to describe (or at least contain an example) of property filter.
> Example of property filter (excludes properties {{prop1}}):
> {code}
> <workspaceFilter version="1.0">
>     <filter root="/var/foo/bar">
>         <exclude pattern="^.*/prop1" matchProperties="true"/>
>     </filter>
> </workspaceFilter>
> {code}
> Also, the JavaDoc exported at https://jackrabbit.apache.org/filevault/apidocs/index.html?org/apache/jackrabbit/vault/fs/api/FilterSet.html does not contains the 
> {code}
> DefaultWorkspaceFilter#addPropertyFilterSet(PathFilterSet)
> {code}
> signature and related.
> [0] http://jackrabbit.apache.org/filevault/filter.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)