mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
19187fd365
Change FrameworkServlet so that it can also be used as a bean within an existing ApplicationContext. Primarily added to support use with embedded servlet containers where Spring bootstraps the servlet container, rather than the servlet container bootstrapping Spring. Issue: SPR-10381