mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
This change makes it possible to provide no configuration for the DispatcherServlet when extending AbstractAnnotationConfigDispatcherServletInitializer, and therefore provide all config through the "root" context. Issue: SPR-11357