GitHub user byamthev reopened a pull request: https://github.com/apache/zeppelin/pull/2663
ZEPPELIN-3037 Configure Http Request Header Size Limit for Jetty ### What is this PR for? In some deployment scenarios it is necessary to increase jetty.request.header.size, which default value is 8192. This will reduce the chance of HTTP Error 413 Request entity too large. There should be a mechanism to configure this setting. ### What type of PR is it? [Feature] ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3037 ### How should this be tested? * There is an integration test (automated unit test included) for testing this feature. * To test manually, after increasing setting, make any http request to zeppelin with a request header bigger than 8K , you should not get an HTTP Error 413 Request entity too large. ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nokia/zeppelin zeppelin3037 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2663.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2663 ---- commit 8ff2620dd996c64d27f3ec0b2f132234f7dbc957 Author: byamthev <byamt...@gmail.com> Date: 2017-11-14T11:42:18Z [ZEPPELIN-3037] Configure Http Request Header Size Limit for Jetty ---- ---