Merge branch '2.7.x' into 3.0.x

Closes gh-36580
This commit is contained in:
Moritz Halbritter 2023-07-26 09:52:40 +02:00
commit 1a8ffd54fc
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ You can register it as a servlet filter in your application by setting `server.f
TIP: If you are using Tomcat and terminating SSL at the proxy, configprop:server.tomcat.redirect-context-root[] should be set to `false`.
This allows the `X-Forwarded-Proto` header to be honored before any redirects are performed.
NOTE: If your application runs in Cloud Foundry or Heroku, the configprop:server.forward-headers-strategy[] property defaults to `NATIVE`.
NOTE: If your application runs in Cloud Foundry, Heroku or Kubernetes, the configprop:server.forward-headers-strategy[] property defaults to `NATIVE`.
In all other instances, it defaults to `NONE`.