Daryn Sharp created HADOOP-9366: ----------------------------------- Summary: AuthenticatedURL.Token has a mutable hashCode Key: HADOOP-9366 URL: https://issues.apache.org/jira/browse/HADOOP-9366 Project: Hadoop Common Issue Type: Bug Components: security Affects Versions: 2.0.0-alpha, 0.23.0, 3.0.0 Reporter: Daryn Sharp
Hash codes must be immutable, but {{AuthenticatedURL.Token#hashCode}} is not. It will return 0 if the token is not set, else the token's hash code. -- 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