[
https://issues.apache.org/jira/browse/FLINK-13799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913122#comment-16913122
]
Chesnay Schepler commented on FLINK-13799:
------------------------------------------
The old UI was trying to load the submit page, and when it hit an error hid the
contents of the page. This is a rather hacky; instead I will adjust the
DashboardConfigHandler to return whether web submissions are enabled.
Ideally we also adjust the REST API such that you don't run into a 404 when
trying to submit a job, but instead get a not authorized error or similar.
> Web Job Submit Page displays stream of error message when web submit is
> disables in the config
> ----------------------------------------------------------------------------------------------
>
> Key: FLINK-13799
> URL: https://issues.apache.org/jira/browse/FLINK-13799
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Web Frontend
> Affects Versions: 1.9.0
> Reporter: Stephan Ewen
> Assignee: Chesnay Schepler
> Priority: Critical
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> If you put {{web.submit.enable: false}} into the configuration, the web UI
> will still display the "SubmitJob" page, but errors will continuously pop up,
> stating
> "Unable to load requested file /jars."
--
This message was sent by Atlassian Jira
(v8.3.2#803003)