Commit 245e2578 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #6304 from izeye:patch-47

* pr/6304:
  Remove duplicate property reference
parents 5c6537c2 4d0313f9
...@@ -167,7 +167,6 @@ content into your application; rather pick only the properties that you need. ...@@ -167,7 +167,6 @@ content into your application; rather pick only the properties that you need.
server.server-header= # Value to use for the Server response header (no header is sent if empty) server.server-header= # Value to use for the Server response header (no header is sent if empty)
server.servlet-path=/ # Path of the main dispatcher servlet. server.servlet-path=/ # Path of the main dispatcher servlet.
server.use-forward-headers= # If X-Forwarded-* headers should be applied to the HttpRequest. server.use-forward-headers= # If X-Forwarded-* headers should be applied to the HttpRequest.
server.connectionTimeout=-1 # The number of milliseconds connectors will wait for another HTTP request before closing the connection.
server.session.cookie.comment= # Comment for the session cookie. server.session.cookie.comment= # Comment for the session cookie.
server.session.cookie.domain= # Domain for the session cookie. server.session.cookie.domain= # Domain for the session cookie.
server.session.cookie.http-only= # "HttpOnly" flag for the session cookie. server.session.cookie.http-only= # "HttpOnly" flag for the session cookie.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment