• Andy Wilkinson's avatar
    Consider custom server.context-path when configuring dev tools endpoints · 0adf0374
    Andy Wilkinson authored
    Previously, the auto-configuration of DevTools’ debug, restart, and
    health handlers assumed that the server was running on its default
    context path and, if server.context-path was set to a non-default value,
    the handlers would not work as expected.
    
    This commit updates the auto-configuration of the three handlers to 
    consider the server’s context path when configuring their URIs. Now,
    when a custom server context path is used, no further configuration is
    required other than the inclusion of that context path when providing
    the remote URL as an argument to RemoteSpringApplication.
    
    Closes gh-4301
    0adf0374
Name
Last commit
Last update
.mvn Loading commit data...
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...