• 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
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...