Remove deprecated configuration properties

This commit removes the following deprecated properties:

* `server.connection-timeout`
* `server.use-forward-headers`
* `server.jetty.max-http-post-size`
* `server.tomcat.max-http-post-size`

Closes gh-20991
This commit is contained in:
Stephane Nicoll
2020-04-19 15:49:05 +02:00
parent 7ab2bca376
commit 5afe4743cb
12 changed files with 42 additions and 140 deletions

View File

@@ -1,3 +1,3 @@
server.compression.enabled: true
server.compression.min-response-size: 1
server.connection-timeout=5000
server.tomcat.connection-timeout=5s