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 9ECFD18EE9 for ; Mon, 15 Jun 2015 22:05:01 +0000 (UTC) Received: (qmail 26292 invoked by uid 500); 15 Jun 2015 22:05:01 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 26249 invoked by uid 500); 15 Jun 2015 22:05:01 -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 26027 invoked by uid 99); 15 Jun 2015 22:05:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2015 22:05:01 +0000 Date: Mon, 15 Jun 2015 22:05:01 +0000 (UTC) From: "hzlu (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-12049) Control http authentication cookie persistence via configuration 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-12049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hzlu updated HADOOP-12049: -------------------------- Status: Open (was: Patch Available) > Control http authentication cookie persistence via configuration > ---------------------------------------------------------------- > > Key: HADOOP-12049 > URL: https://issues.apache.org/jira/browse/HADOOP-12049 > Project: Hadoop Common > Issue Type: Improvement > Components: security > Affects Versions: 2.4.1 > Reporter: Benoy Antony > Assignee: hzlu > Labels: patch > Fix For: 2.4.1 > > Attachments: 0001-Control-http-authentication-cookie-persistence.patch > > > During http authentication, a cookie is dropped. This is a persistent cookie. The cookie is valid across browser sessions. > For clusters which require enhanced security, it is desirable to have a session cookie so that cookie gets deleted when the user closes browser session. > It should be possible to specify cookie persistence (session or persistent) via configuration -- This message was sent by Atlassian JIRA (v6.3.4#6332)