Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167429608 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/DispatcherRestEndpoint.java --- @@ -100,6 +107,16 @@ public DispatcherRestEndpoint( timeout, responseHeaders); + final List<Tuple2<RestHandlerSpecification, ChannelInboundHandler>> optJarHandlers = --- End diff -- Should also check `WebOptions.SUBMIT_ENABLE`.
---