mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
* The RegistrationBean (ServletInitializer) now exposes a registration target object, and this is used to prevent double registration of those objects. * If there is a Servlet with bean id "dispatcherServlet" it is mapped to "/" (unless already registered as a ServletRegistrationBean). [Fixes #48645559]