You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Marius Petria (JIRA)" <ji...@apache.org> on 2015/12/09 16:48:11 UTC

[jira] [Resolved] (SLING-5367) Allow specification of include/exclude patterns at request level

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

Marius Petria resolved SLING-5367.
----------------------------------
       Resolution: Fixed
         Assignee: Marius Petria
    Fix Version/s: Content Distribution Core 0.1.12

Committed revision 1718890.

> Allow specification of include/exclude patterns at request level
> ----------------------------------------------------------------
>
>                 Key: SLING-5367
>                 URL: https://issues.apache.org/jira/browse/SLING-5367
>             Project: Sling
>          Issue Type: Improvement
>          Components: Distribution
>            Reporter: Marius Petria
>            Assignee: Marius Petria
>             Fix For: Content Distribution Core 0.1.12
>
>
> We should allow filters to be specified at request level
> {noformat}
>      * | Pattern        | Matches
>      * | /foo           | exactly "/foo"
>      * | /foo.*         | all paths starting with "/foo"
>      * | ^.* /foo[^/]*$ | all files starting with "foo"
>      * | /foo/[^/]*$    | all direct children of /foo
>      * | /foo/.*        | all children of /foo
>      * | /foo(/.*)?     | all children of /foo and foo itself
> {noformat}
> [1] https://svn.apache.org/repos/asf/jackrabbit/commons/filevault/trunk/vault-core/src/main/java/org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)