Review servlet web server factories being ResourceLoaderAware #44315
Labels
status: pending-design-work
Needs design work before any code can be developed
theme: structure
Issues related to the structure of the project and its code
type: task
A general task
Milestone
The servlet web server factories have been
ResourceLoaderAware
since they were introduced:Each factory uses the
ResourceLoader
, if set, to obtain the class loader that it uses. We should review this, with a couple of questions in mind:ClassLoader
be provided in a way that doesn't addsetResourceLoader
to the factories' public API?The text was updated successfully, but these errors were encountered: