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 "Ravi Prakash (JIRA)" <ji...@apache.org> on 2012/05/29 22:54:23 UTC

[jira] [Created] (HADOOP-8445) Token should not print the password in toString

Ravi Prakash created HADOOP-8445:
------------------------------------

             Summary: Token should not print the password in toString
                 Key: HADOOP-8445
                 URL: https://issues.apache.org/jira/browse/HADOOP-8445
             Project: Hadoop Common
          Issue Type: Bug
          Components: security
    Affects Versions: 1.0.3
            Reporter: Ravi Prakash
            Assignee: Ravi Prakash


This JIRA is for porting HADOOP-6622 to branch-1 since 6622 is already closed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8445) Token should not print the password in toString

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

Hadoop QA commented on HADOOP-8445:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12530094/tokenPass.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/1051//console

This message is automatically generated.
                
> Token should not print the password in toString
> -----------------------------------------------
>
>                 Key: HADOOP-8445
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8445
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 1.0.3
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>         Attachments: tokenPass.patch
>
>
> This JIRA is for porting HADOOP-6622 to branch-1 since 6622 is already closed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8445) Token should not print the password in toString

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

Matt Foley updated HADOOP-8445:
-------------------------------

    Target Version/s: 1.1.0  (was: 1.1.0, 1.2.0)
       Fix Version/s:     (was: 1.2.0)
                      1.1.0

Merged to 1.1.0.  Fixed "Fix Version/s".
                
> Token should not print the password in toString
> -----------------------------------------------
>
>                 Key: HADOOP-8445
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8445
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 1.0.3
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>             Fix For: 1.1.0
>
>         Attachments: tokenPass.patch
>
>
> This JIRA is for porting HADOOP-6622 to branch-1 since 6622 is already closed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8445) Token should not print the password in toString

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

Thomas Graves updated HADOOP-8445:
----------------------------------

          Resolution: Fixed
       Fix Version/s: 1.2.0
    Target Version/s: 1.1.0, 1.2.0  (was: 1.1.0)
              Status: Resolved  (was: Patch Available)

+1 looks good. Thanks Ravi!  I committed this to branch-1.  We may want to consider pulling this into 1.1.0 and 1.0.4.
                
> Token should not print the password in toString
> -----------------------------------------------
>
>                 Key: HADOOP-8445
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8445
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 1.0.3
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>             Fix For: 1.2.0
>
>         Attachments: tokenPass.patch
>
>
> This JIRA is for porting HADOOP-6622 to branch-1 since 6622 is already closed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8445) Token should not print the password in toString

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

Ravi Prakash updated HADOOP-8445:
---------------------------------

    Status: Patch Available  (was: Open)
    
> Token should not print the password in toString
> -----------------------------------------------
>
>                 Key: HADOOP-8445
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8445
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 1.0.3
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>         Attachments: tokenPass.patch
>
>
> This JIRA is for porting HADOOP-6622 to branch-1 since 6622 is already closed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8445) Token should not print the password in toString

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

Ravi Prakash updated HADOOP-8445:
---------------------------------

    Attachment: tokenPass.patch

This is the same patch as 6622, but applies cleanly to branch-1. Can someone please commit this?
                
> Token should not print the password in toString
> -----------------------------------------------
>
>                 Key: HADOOP-8445
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8445
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 1.0.3
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>         Attachments: tokenPass.patch
>
>
> This JIRA is for porting HADOOP-6622 to branch-1 since 6622 is already closed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira