From common-issues-return-107321-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Tue Apr 19 15:03:26 2016 Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6176118E0F for ; Tue, 19 Apr 2016 15:03:26 +0000 (UTC) Received: (qmail 48418 invoked by uid 500); 19 Apr 2016 15:03:26 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 48340 invoked by uid 500); 19 Apr 2016 15:03:25 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 48262 invoked by uid 99); 19 Apr 2016 15:03:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2016 15:03:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BC8432C1F5C for ; Tue, 19 Apr 2016 15:03:25 +0000 (UTC) Date: Tue, 19 Apr 2016 15:03:25 +0000 (UTC) From: "Larry McCay (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13008) Add XFS Filter for UIs to Hadoop Common MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-13008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247915#comment-15247915 ] Larry McCay commented on HADOOP-13008: -------------------------------------- Quick status: I am trying to write tests for this filter without Servlet 3 additions to HttpServletResponse for getting headers, headernames, etc. I should have a patch at some point this week. > Add XFS Filter for UIs to Hadoop Common > --------------------------------------- > > Key: HADOOP-13008 > URL: https://issues.apache.org/jira/browse/HADOOP-13008 > Project: Hadoop Common > Issue Type: New Feature > Components: security > Reporter: Larry McCay > Assignee: Larry McCay > Fix For: 2.8.0 > > > Cross Frame Scripting (XFS) prevention for UIs can be provided through a common servlet filter. This filter will set the X-Frame-Options HTTP header to DENY unless configured to another valid setting. > There are a number of UIs that could just add this to their filters as well as the Yarn webapp proxy which could add it for all it's proxied UIs - if appropriate. -- This message was sent by Atlassian JIRA (v6.3.4#6332)