[
https://issues.apache.org/jira/browse/FLINK-5787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16000683#comment-16000683
]
Andrey commented on FLINK-5787:
-------------------------------
[~StephanEwen] it looks like i can't contribute due to legal issues. Sorry for
inconvenience.
> 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)