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)