Revise ContextLoader / ContextLoaderListener relationship [SPR-5056] #9731
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Marten Deinum opened SPR-5056 and commented
Currently the ContextLoaderListener always creates a new instance of the ContextLoader class, if you want to create some custom ContextLoader you also have to create a custom ContextLoaderListener. It would be a nice feature it the ContextLoader class was also configurable with a init parameter like contextLoaderClass. That would save people from extending our ContextLoaderListener and simply configure it.
Affects: 2.5.5
1 votes, 1 watchers
The text was updated successfully, but these errors were encountered: