Refine server.server-header documentation

Fixes gh-4461
This commit is contained in:
Phillip Webb 2015-12-16 21:11:49 +00:00
parent 4bdb2d34cc
commit 945b42588b
1 changed files with 1 additions and 1 deletions

View File

@ -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;