Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4512#discussion_r132426478
  
    --- Diff: 
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitor.java
 ---
    @@ -214,7 +214,7 @@ public WebRuntimeMonitor(
                ExecutionContextExecutor context = 
ExecutionContext$.MODULE$.fromExecutor(executorService);
     
                // Config to enable https access to the web-ui
    -           boolean enableSSL = 
config.getBoolean(JobManagerOptions.WEB_SSL_ENABLED) &&     
SSLUtils.getSSLEnabled(config);
    +           boolean enableSSL = config.getBoolean(WebOptions.SSL_ENABLED) 
&&        SSLUtils.getSSLEnabled(config);
    --- End diff --
    
    whitespace after `&&` seems off.


---
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.
---

Reply via email to