1. 25 9月, 2017 5 次提交
  2. 24 9月, 2017 1 次提交
  3. 23 9月, 2017 1 次提交
  4. 22 9月, 2017 5 次提交
  5. 21 9月, 2017 7 次提交
  6. 20 9月, 2017 10 次提交
  7. 19 9月, 2017 10 次提交
  8. 18 9月, 2017 1 次提交
    • T
      [FLINK-7459] Generalize Flink's redirection logic · 41dba8bb
      Till Rohrmann 提交于
      Introduce RedirectHandler which can be extended to add redirection functionality to all
      SimpleInboundChannelHandlers. This allows to share the same functionality across the
      StaticFileServerHandler and the RuntimeMonitorHandlerBase which could now be removed.
      In the future, the AbstractRestHandler will also extend the RedirectHandler.
      
      This closes #4551.
      41dba8bb