• Phillip Webb's avatar
    Support path discovery for main dispatcher servlet · 9a9111af
    Phillip Webb authored
    Add an `DispatcherServletPath` interface which provides a much more
    consistent way to discover the path of the main dispatcher servet.
    
    Prior to this commit, auto-configurations would often make use of the
    `ServerProperties` class to discover the dispatcher servlet path. This
    mechanism isn't very explicit and also makes it hard for us to relocate
    that property in Spring Boot 2.1.
    
    This commit also reverts most of fddc9e9c since it is now clear that
    the supporting multiple dispatcher servlet paths will be much more
    involved that we originally anticipated.
    
    Closes gh-13834
    9a9111af
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...