Allow maximum HTTP header size to be configured when using Jetty 8

Closes gh-6190
This commit is contained in:
Andy Wilkinson
2016-06-20 14:12:49 +01:00
parent 5b688de8da
commit 5e4f84cf46
2 changed files with 25 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
server.compression.enabled: true
server.compression.min-response-size: 1
server.max-http-header-size: 4096