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)