Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0424817FF4 for ; Thu, 5 Feb 2015 15:32:37 +0000 (UTC) Received: (qmail 63612 invoked by uid 500); 5 Feb 2015 15:32:35 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 63510 invoked by uid 500); 5 Feb 2015 15:32:35 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-dev@hadoop.apache.org Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 63283 invoked by uid 99); 5 Feb 2015 15:32:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 15:32:35 +0000 Date: Thu, 5 Feb 2015 15:32:35 +0000 (UTC) From: "Steve Loughran (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-3147) Clean up RM web proxy code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Steve Loughran created YARN-3147: ------------------------------------ Summary: Clean up RM web proxy code Key: YARN-3147 URL: https://issues.apache.org/jira/browse/YARN-3147 Project: Hadoop YARN Issue Type: Improvement Components: webapp Affects Versions: 2.6.0 Reporter: Steve Loughran Assignee: Steve Loughran YARN-2084 covers fixing up the RM proxy & filter for REST support. Before doing that, prepare for it by cleaning up the codebase: factoring out the redirect logic into a single method, some minor reformatting, move to SLF4J and Java7 code. -- This message was sent by Atlassian JIRA (v6.3.4#6332)