Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69287DCBF for ; Fri, 12 Oct 2012 17:13:05 +0000 (UTC) Received: (qmail 46387 invoked by uid 500); 12 Oct 2012 17:13:03 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 46248 invoked by uid 500); 12 Oct 2012 17:13:03 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 46016 invoked by uid 99); 12 Oct 2012 17:13:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 17:13:03 +0000 Date: Fri, 12 Oct 2012 17:13:02 +0000 (UTC) From: "Benoy Antony (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <28007003.38268.1350061983017.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Benoy Antony created HADOOP-8923: ------------------------------------ Summary: WEBUI shows an intermediatory page when the cookie expires. Key: HADOOP-8923 URL: https://issues.apache.org/jira/browse/HADOOP-8923 Project: Hadoop Common Issue Type: Improvement Components: security Affects Versions: 1.1.0 Reporter: Benoy Antony Assignee: Benoy Antony Priority: Minor The WEBUI does Authentication (SPNEGO/Custom) and then drops a cookie. Once the cookie expires, the webui displays a page saying that "authentication token expired". The user has to refresh the page to get authenticated again. This page can be avoided and the user can authenticated without showing such a page to the user. Also the when the cookie expires, a warning is logged. But there is no need to log this as this is not of any significance. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira