You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Haohui Mai (JIRA)" <ji...@apache.org> on 2014/12/09 02:52:12 UTC

[jira] [Created] (HADOOP-11365) Use Java 7's HttpCookie class to handle Secure and HttpOnly flag

Haohui Mai created HADOOP-11365:
-----------------------------------

             Summary: Use Java 7's HttpCookie class to handle Secure and HttpOnly flag
                 Key: HADOOP-11365
                 URL: https://issues.apache.org/jira/browse/HADOOP-11365
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Haohui Mai
            Assignee: Li Lu


HADOOP-10379 and HADOOP-10710 introduced support for the Secure and HttpOnly flags for hadoop auth cookie. The current implementation includes custom codes so that it can be compatible with Java 6. Since Hadoop has moved to Java 7 these code can be replaced by the Java's HttpCookie class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)