You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2017/05/04 10:30:04 UTC

[jira] [Comment Edited] (FLINK-5787) Unable to run jobs uploaded from IE

    [ https://issues.apache.org/jira/browse/FLINK-5787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996512#comment-15996512 ] 

Stephan Ewen edited comment on FLINK-5787 at 5/4/17 10:29 AM:
--------------------------------------------------------------

[~dernasherbrezon] Thanks for diagnosing this so detailed.
Could you help us patching that?


was (Author: stephanewen):
[~dernasherbrezon] Thanks for diagnosing this so detailed.
Can you help us patching that?

> Unable to run jobs uploaded from IE
> -----------------------------------
>
>                 Key: FLINK-5787
>                 URL: https://issues.apache.org/jira/browse/FLINK-5787
>             Project: Flink
>          Issue Type: Bug
>          Components: Web Client, Webfrontend
>    Affects Versions: 1.2.0, 1.1.4
>            Reporter: Andrey
>
> Steps to reproduce:
> # Upload file from IE 11
> # Click "submit" job.
> # Nothing happens.
> I've made investigation and found 2 issues:
> # By default Internet Explorer sends full file path. That's why org.apache.flink.runtime.webmonitor.HttpRequestHandler # String name = file.getFilename(); will return c32\path\git\path\some.jar. During rendering UI at "/#/submit" all file names will be encoded. Which result "c32/path/git/path/some.jar?run". Which obviously won't match any servlet on server side (404 not found)
> # When non 200 status returned (404, for example) during jar run, then no message shown to user. I suppose ajax.error should be handled properly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)