mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Update EndpointWebMvcAutoConfiguration to no longer catch and ignore EmbeddedServletContainerExceptions. Since commit764e34b9, starting a management on a different port is not even attempted when running in a classic servlet container. This means that the catch/log logic (which was originally added in45315a97) is no longer necessary, and only serves to hide genuine problems. Fixes gh-4064