mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Add a `server.server-header` property which can be used to override the `server` header usually sent back automatically by Tomcat/Jetty or Undertow. See https://www.owasp.org/index.php/Securing_tomcat for background. Fixes gh-4461 Closes gh-4504