From 1ed51086397cd02167ecc48669c4fe0aaf9f2943 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Sat, 1 Apr 2017 12:03:03 +0900 Subject: [PATCH] Update doc for add-application-context-header Closes gh-8791 --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 6c9d8b673fc..2b0643c8eaa 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -1087,7 +1087,7 @@ content into your application; rather pick only the properties that you need. jolokia.config.*= # See Jolokia manual # MANAGEMENT HTTP SERVER ({sc-spring-boot-actuator}/autoconfigure/ManagementServerProperties.{sc-ext}[ManagementServerProperties]) - management.add-application-context-header=true # Add the "X-Application-Context" HTTP header in each response. + management.add-application-context-header=false # Add the "X-Application-Context" HTTP header in each response. management.address= # Network address that the management endpoints should bind to. management.context-path= # Management endpoint context-path. For instance `/actuator` management.cloudfoundry.enabled= # Enable extended Cloud Foundry actuator endpoints