From 528fcf3d0bbbbbec95858f4688f5b51f3c23b6a5 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 16 Dec 2015 22:22:02 +0000 Subject: [PATCH] Refine server.server-header documentation Fixes gh-4461 --- .../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 24fb49609be..7252e27667a 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need. server.jsp-servlet.init-parameters.*= # Init parameters used to configure the JSP servlet server.jsp-servlet.registered=true # Whether or not the JSP servlet is registered server.port=8080 # Server HTTP port. - server.server-header= # The value sent in the server response header + server.server-header= # The value sent in the server response header (uses servlet container default if empty) server.servlet-path=/ # Path of the main dispatcher servlet. server.session.cookie.comment= # Comment for the session cookie. server.session.cookie.domain= # Domain for the session cookie.