[ https://issues.apache.org/jira/browse/FLINK-7531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170003#comment-16170003 ]
ASF GitHub Bot commented on FLINK-7531: --------------------------------------- Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/4600#discussion_r139419933 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestEndpointITCase.java --- @@ -72,14 +72,14 @@ public void testEndpoints() throws Exception { RestServerEndpointConfiguration serverConfig = RestServerEndpointConfiguration.fromConfiguration(config); RestClientConfiguration clientConfig = RestClientConfiguration.fromConfiguration(config); - final String address = "localhost"; --- End diff -- Sorry, this must be a rebasing artifact. Will remove it. > Move existing REST handler to flink-runtime > ------------------------------------------- > > Key: FLINK-7531 > URL: https://issues.apache.org/jira/browse/FLINK-7531 > Project: Flink > Issue Type: Sub-task > Components: REST, Webfrontend > Affects Versions: 1.4.0 > Reporter: Till Rohrmann > Assignee: Till Rohrmann > Priority: Minor > > Since the new REST endpoints live in {{flink-runtime}} we should move the > existing rest handlers to {{flink-runtime}} as well. The static web server > content remains in {{flink-runtime-web}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029)