Add support for useRelativeRedirects customization

Closes gh-10597
This commit is contained in:
Stephane Nicoll
2017-12-12 10:32:58 +01:00
parent 99d467e93c
commit 68c8f7bae6
4 changed files with 42 additions and 0 deletions

View File

@@ -254,6 +254,7 @@ content into your application. Rather, pick only the properties that you need.
server.tomcat.remote-ip-header= # Name of the HTTP header from which the remote IP is extracted. For instance, `X-FORWARDED-FOR`.
server.tomcat.resource.cache-ttl= # Time-to-live of the static resource cache.
server.tomcat.uri-encoding=UTF-8 # Character encoding to use to decode the URI.
server.tomcat.use-relative-redirects= # Whether HTTP 1.1 and later location headers generated by a call to sendRedirect will use relative or absolute redirects.
server.undertow.accesslog.dir= # Undertow access log directory.
server.undertow.accesslog.enabled=false # Whether to enable the access log.
server.undertow.accesslog.pattern=common # Format pattern for access logs.