diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java index e74d420df3..6c8b2fcc97 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java @@ -118,7 +118,7 @@ public class ServerProperties private Boolean useForwardHeaders; /** - * Value to use for the server header. + * Value to use for the server header (uses servlet container default if empty). */ private String serverHeader;