GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3831
[FLINK-5978][FLINK-6459][FLINK-6461] Move web-related config parameters to JMOptions This PR contains the remaining steps to moving all web-related configuration parameters to the `JobManagerOptions` class. * contains a rebased and cleaned up version of #3552 * moves the `ACCESS_CONTROL_ORIGIN` ConfigOption * deprecates the remaining web-related default values in ConfigConstants, and replaces all usages of them You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink web_config_stuff Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3831.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 #3831 ---- commit a353214a2b770262e8ac2537fd7b23a81f0a5aca Author: mengji.fy <mengji...@taobao.com> Date: 2017-05-05T10:11:20Z [FLINK-5978] Move JM WebFrontend address ConfigOption to JMOptions This closes #3552. commit 34598d58185e6bfeb33709e890511226c10f2fa5 Author: zentol <ches...@apache.org> Date: 2017-05-05T10:13:10Z [FLINK-6459] Move origin header ConfigOption to JMOptions commit d674fa7ce4007adbe36760c4cc175949efa145eb Author: zentol <ches...@apache.org> Date: 2017-05-05T10:39:55Z [FLINK-6461] Deprecate web config defaults in ConfigConstants ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---