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 "Daryn Sharp (JIRA)" <ji...@apache.org> on 2013/03/05 20:36:14 UTC

[jira] [Created] (HADOOP-9366) AuthenticatedURL.Token has a mutable hashCode

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