[
https://issues.apache.org/jira/browse/FLINK-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15820921#comment-15820921
]
ASF GitHub Bot commented on FLINK-5444:
---------------------------------------
Github user joerg84 commented on a diff in the pull request:
https://github.com/apache/flink/pull/3093#discussion_r95783168
--- Diff:
flink-runtime-web/web-dashboard/app/scripts/modules/submit/submit.ctrl.coffee
---
@@ -167,7 +167,7 @@ angular.module('flinkApp')
$scope.uploader['success'] = null
else
$scope.uploader['success'] = "Uploaded!"
- xhr.open("POST", "/jars/upload")
+ xhr.open("POST", "jars/upload")
--- End diff --
Thx for the explanation!
> Flink UI uses absolute URLs.
> ----------------------------
>
> Key: FLINK-5444
> URL: https://issues.apache.org/jira/browse/FLINK-5444
> Project: Flink
> Issue Type: Bug
> Reporter: Joerg Schad
> Assignee: Joerg Schad
>
> The Flink UI has a mixed use of absolute and relative links. See for example
> [here](https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/web/index.html)
> {code:|borderStyle=solid}
> <link rel="icon" type="image/png" href="/images/favicon-16x16.png"
> sizes="16x16">
> <link rel="stylesheet" href="css/vendor.css" type="text/css">
> {code}
> When referencing the UI from another UI, e.g., the DC/OS UI relative links
> are preffered.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)