You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Benoy Antony (JIRA)" <ji...@apache.org> on 2012/10/12 19:13:02 UTC

[jira] [Created] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482120#comment-13482120 ] 

Suresh Srinivas commented on HADOOP-8923:
-----------------------------------------

Benoy, the patch does not apply to branch-1. Can you please rebase it?
                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480970#comment-13480970 ] 

Hudson commented on HADOOP-8923:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1232 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1232/])
    Change incorrect jira number HADOOP-8923 to HADOOP-8932 introduced in commit r1398883. (Revision 1400552)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1400552
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477769#comment-13477769 ] 

Hudson commented on HADOOP-8923:
--------------------------------

Integrated in Hadoop-Yarn-trunk #6 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/6/])
    HADOOP-8923. JNI-based user-group mapping modules can be too chatty on lookup failures. Contributed by Kihwal Lee. (Revision 1398883)

     Result = FAILURE
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1398883
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/JniBasedUnixGroupsMapping.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.java

                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480962#comment-13480962 ] 

Hudson commented on HADOOP-8923:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1202 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1202/])
    Change incorrect jira number HADOOP-8923 to HADOOP-8932 introduced in commit r1398883. (Revision 1400552)

     Result = FAILURE
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1400552
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480959#comment-13480959 ] 

Hudson commented on HADOOP-8923:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #411 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/411/])
    Merge 1400552 from trunk to change incorrect jira number HADOOP-8923 to HADOOP-8932 introduced in commit r1398883. (Revision 1400554)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1400554
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt

                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480950#comment-13480950 ] 

Hudson commented on HADOOP-8923:
--------------------------------

Integrated in Hadoop-Yarn-trunk #10 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/10/])
    Change incorrect jira number HADOOP-8923 to HADOOP-8932 introduced in commit r1398883. (Revision 1400552)

     Result = FAILURE
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1400552
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480876#comment-13480876 ] 

Suresh Srinivas commented on HADOOP-8923:
-----------------------------------------

Ignore the Hudson commit comments. It is due to my commit for HADOOP-8932 had incorrect jira number HADOOP-8923. 
                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482113#comment-13482113 ] 

Owen O'Malley commented on HADOOP-8923:
---------------------------------------

This patch works for me.

+1
                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480874#comment-13480874 ] 

Hudson commented on HADOOP-8923:
--------------------------------

Integrated in Hadoop-trunk-Commit #2903 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/2903/])
    Change incorrect jira number HADOOP-8923 to HADOOP-8932 introduced in commit r1398883. (Revision 1400552)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1400552
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477838#comment-13477838 ] 

Hudson commented on HADOOP-8923:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1198 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1198/])
    HADOOP-8923. JNI-based user-group mapping modules can be too chatty on lookup failures. Contributed by Kihwal Lee. (Revision 1398883)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1398883
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/JniBasedUnixGroupsMapping.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.java

                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Updated] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Benoy Antony (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoy Antony updated HADOOP-8923:
---------------------------------

    Attachment: HADOOP-8923.patch
    
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477867#comment-13477867 ] 

Hudson commented on HADOOP-8923:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1228 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1228/])
    HADOOP-8923. JNI-based user-group mapping modules can be too chatty on lookup failures. Contributed by Kihwal Lee. (Revision 1398883)

     Result = FAILURE
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1398883
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/JniBasedUnixGroupsMapping.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.java

                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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

[jira] [Commented] (HADOOP-8923) WEBUI shows an intermediatory page when the cookie expires.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477165#comment-13477165 ] 

Hudson commented on HADOOP-8923:
--------------------------------

Integrated in Hadoop-trunk-Commit #2870 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/2870/])
    HADOOP-8923. JNI-based user-group mapping modules can be too chatty on lookup failures. Contributed by Kihwal Lee. (Revision 1398883)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1398883
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/JniBasedUnixGroupsMapping.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.java

                
> 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
>         Attachments: HADOOP-8923.patch
>
>
> 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