mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Ensure that if the user has set `failCtxIfServletStartFails` to `true` using a `ContextCustomizers` any Servlet init exceptions stop the application from running. Closes gh-14448