You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Brian Demers (Jira)" <ji...@apache.org> on 2020/08/11 21:36:00 UTC

[jira] [Created] (SHIRO-788) Add support for Global Filters

Brian Demers created SHIRO-788:
----------------------------------

             Summary: Add support for Global Filters
                 Key: SHIRO-788
                 URL: https://issues.apache.org/jira/browse/SHIRO-788
             Project: Shiro
          Issue Type: New Feature
            Reporter: Brian Demers
             Fix For: 1.6.0


This feature has come up a few times in the past.  IIRC the idea stems from the old Stormpath Shiro integration that supported a set of priority filters that were executed before the path specific filters.

 

This would allow a subset of common filters to be applied to all routes.

 

Example INI configuration:
{code:java}
filterChainResolver.globalFilters = yourFilter {code}
 



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