[
https://issues.apache.org/jira/browse/SHIRO-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Les Hazlewood resolved SHIRO-153.
---------------------------------
Resolution: Fixed
Currently default filters and all default objects are now available for
configuration in the [main] section. The code is still currently supporting a
[filters] section for backwards compatibility, but prints a WARN message to let
users know they should no longer be using that section.
> INI: remove need for [filters] section and perform all object configuration
> in [main]
> -------------------------------------------------------------------------------------
>
> Key: SHIRO-153
> URL: https://issues.apache.org/jira/browse/SHIRO-153
> Project: Shiro
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 1.0.0
> Reporter: Les Hazlewood
> Assignee: Les Hazlewood
> Fix For: 1.0.0
>
>
> The [main] section and the [filters] section are really just a pool of
> objects, keyed by name, but the pools can't 'share' objects from one another.
> So if you configured something in [main] that needed to be referenced from a
> custom filter in [filters], that is not possible at the moment. By putting
> everything in the main 'pool', objects can reference each other as needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.