[ https://issues.apache.org/jira/browse/FLINK-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16171624#comment-16171624 ]
ASF GitHub Bot commented on FLINK-7527: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4597#discussion_r139680566 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/ErrorResponseBody.java --- @@ -38,6 +40,10 @@ public ErrorResponseBody(String error) { this(Collections.singletonList(error)); } + public ErrorResponseBody(Throwable throwable) { --- End diff -- This should now be unused. > Add redirection logic to AbstractRestHandler > -------------------------------------------- > > Key: FLINK-7527 > URL: https://issues.apache.org/jira/browse/FLINK-7527 > Project: Flink > Issue Type: Improvement > Components: REST > Affects Versions: 1.4.0 > Reporter: Till Rohrmann > Assignee: Till Rohrmann > Labels: flip-6 > > The {{AbstractRestHandler}} should extend the {{RedirectHandler}} introduced > with FLINK-7459 in order to add redirection functionality to the > {{AbstractRestHandler}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029)