Merge pull request #36564 from MahatmaFatalError

* pr/36564:
  Fix server.forward-headers-strategy documentation

Closes gh-36564
pull/36620/head
Moritz Halbritter 1 year ago
commit 3a94db480c

@ -445,7 +445,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`.

Loading…
Cancel
Save