Add generic composite servlet filter [SPR-8585] #13229
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Dave Syer opened SPR-8585 and commented
Add generic composite servlet filter. Spring security has a composite filter with matching rules bundled into it and it is quite domain specific, but it would be useful to have a simple composite that could be wired up with a list of filter beans and exposed to an app in web.xml. Also very useful for inserting long chains of additional filters in the Spring Security filter chain (which is where the original requirement came from). the
VirtualFilterChain
in Spring Security provides a template.Affects: 3.0.5
The text was updated successfully, but these errors were encountered: