INI config - remove [filters] section and have all objects (including filters)
configured in the [main] section
---------------------------------------------------------------------------------------------------------------
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.