[ https://issues.apache.org/jira/browse/FLINK-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946951#comment-14946951 ]
ASF GitHub Bot commented on FLINK-2731: --------------------------------------- Github user sachingoel0101 commented on a diff in the pull request: https://github.com/apache/flink/pull/1233#discussion_r41397816 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/files/StaticFileServerHandler.java --- @@ -177,7 +187,11 @@ public void channelRead0(ChannelHandlerContext ctx, Routed routed) throws Except HttpResponse response = new DefaultHttpResponse(HTTP_1_1, OK); setContentTypeHeader(response, file); - setDateAndCacheHeaders(response, file); + // TODO This is counter-intuitive. Will be changed later when a dynamic file server is added --- End diff -- This is to prevent the browser from caching the log or out files since they're highly dynamic. The refresh button will have no effect whatsoever otherwise. > Add JobManager log file access > ------------------------------ > > Key: FLINK-2731 > URL: https://issues.apache.org/jira/browse/FLINK-2731 > Project: Flink > Issue Type: Sub-task > Components: Webfrontend > Affects Versions: 0.10 > Reporter: Stephan Ewen > Assignee: Sachin Goel > Fix For: 0.10 > > > Add access to the JobManager log file and out file in the web dashboard -- This message was sent by Atlassian JIRA (v6.3.4#6332)