You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by tmaret <gi...@git.apache.org> on 2013/05/14 10:03:57 UTC

sling pull request: SLING-2870 - Support allowed hosts patterns in Referrer...

GitHub user tmaret opened a pull request:

    https://github.com/apache/sling/pull/6

    SLING-2870 - Support allowed hosts patterns in ReferrerFilter

    * added regex support for allowed hosts configuration
    * added unit test to cover the new configuration
    * updated configuration description

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tmaret/sling trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/6.patch

----
commit d755fd95bd557fa117c1950c09e6cc135ed9df98
Author: tmaret <tm...@adobe.com>
Date:   2013-05-14T07:54:21Z

    SLING-2870 - Support allowed hosts patterns in ReferrerFilter
    
    * added regex support for allowed hosts configuration
    * added unit test to cover the new configuration
    * updated configuration description

----