spring-boot/spring-boot-project
Phillip Webb 9a9111af21 Support path discovery for main dispatcher servlet
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 fddc9e9c7e since it is now clear that
the supporting multiple dispatcher servlet paths will be much more
involved that we originally anticipated.

Closes gh-13834
2018-07-26 11:35:12 +01:00
..
spring-boot Fix NPE when Collection contains unbound children 2018-07-24 17:42:51 -07:00
spring-boot-actuator Support path discovery for main dispatcher servlet 2018-07-26 11:35:12 +01:00
spring-boot-actuator-autoconfigure Support path discovery for main dispatcher servlet 2018-07-26 11:35:12 +01:00
spring-boot-autoconfigure Support path discovery for main dispatcher servlet 2018-07-26 11:35:12 +01:00
spring-boot-cli
spring-boot-dependencies Upgrade to Spring Web Services 3.0.2.RELEASE 2018-07-26 11:24:47 +02:00
spring-boot-devtools
spring-boot-docs Fix typo 2018-07-25 11:44:55 +02:00
spring-boot-parent
spring-boot-properties-migrator
spring-boot-starters
spring-boot-test
spring-boot-test-autoconfigure Support path discovery for main dispatcher servlet 2018-07-26 11:35:12 +01:00
spring-boot-tools
pom.xml