You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Andrey (JIRA)" <ji...@apache.org> on 2017/02/13 16:18:41 UTC

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

Andrey created FLINK-5787:
-----------------------------

             Summary: Unable to run jobs uploaded from IE
                 Key: FLINK-5787
                 URL: https://issues.apache.org/jira/browse/FLINK-5787
             Project: Flink
          Issue Type: Bug
    Affects Versions: 1.1.4, 1.2.0
            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)