[
https://issues.apache.org/jira/browse/KI-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Cabrera moved JSEC-61 to KI-53:
------------------------------------
Fix Version/s: (was: 1.0)
Component/s: (was: Web)
Affects Version/s: (was: 0.9)
Key: KI-53 (was: JSEC-61)
Project: Ki (was: JSecurity)
> PathConfigProcessor.processPathConfig() should return Filter
> ------------------------------------------------------------
>
> Key: KI-53
> URL: https://issues.apache.org/jira/browse/KI-53
> Project: Ki
> Issue Type: Improvement
> Reporter: Kalle Korhonen
> Assignee: Jeremy Haile
> Priority: Trivial
> Attachments: JSEC-61.patch
>
>
> Currently return type of PathConfigProcessor.processPathConfig() is void.
> Would be nice if it returned a Filter instead to make configuring jsecurity
> in all-java easier, so you could for example write
> filters.add(pathMatchingFilter.processPathConfig(path, filterConfig)). It
> would also open up other interesting possibilities for filter implementations
> (delegating proxy filters etc.). The change is fully backwards compatible and
> simple, see patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.