[ 
https://issues.apache.org/jira/browse/FLINK-5787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chesnay Schepler closed FLINK-5787.
-----------------------------------
    Resolution: Won't Fix

> 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: Runtime / Web Frontend
>    Affects Versions: 1.1.4, 1.2.0, 1.3.2
>            Reporter: Andrey
>            Priority: Major
>
> 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
(v8.3.4#803005)

Reply via email to