• Andy Wilkinson's avatar
    Allow endpoints to be mapped to / · c06de245
    Andy Wilkinson authored
    This commit removes the restriction that was added in 4a61e456 to
    prevent / from being used as the management context path when the
    management context was not using a different port
    
    The management context path can now be set to / irrespective of the
    configuration of the management port. To avoid a possible clash
    with the application's welcome page or similar, the links "endpoint"
    that is mapping to the management context path is disabled when
    the management context path is /.
    
    As part of allowing / to be used as the management context path again,
    the handling of endpoint mappings and the creation of paths for
    individual operations has been consolidated into a new EndpointMapping
    class that is used across the three (MVC, WebFlux, and Jersey)
    implementations.
    
    See gh-9898
    c06de245
Name
Last commit
Last update
..
.gitignore Loading commit data...
Guardfile Loading commit data...
appendix-application-properties.adoc Loading commit data...
appendix-auto-configuration-classes.adoc Loading commit data...
appendix-configuration-metadata.adoc Loading commit data...
appendix-dependency-versions.adoc Loading commit data...
appendix-executable-jar-format.adoc Loading commit data...
appendix-test-auto-configuration.adoc Loading commit data...
appendix.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index-docinfo.xml Loading commit data...
index.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...