[ https://issues.apache.org/jira/browse/HDFS-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133034#comment-13133034 ]
Tsz Wo (Nicholas), SZE commented on HDFS-2416: ---------------------------------------------- Thanks for fixing this. Some comments on the patch: - For the code below, -* typo: ivalid -* Calling toString() is unnecessary. {code} + throw new InvalidToken("token (" + identifier.toString() + + ") is ivalid, password doesn't match"); {code} - The JspHelper.getUGI(request, conf) is not used except for test, how about removing it? - For DelegationTokenArgumentParam, let's have the class name TokenParam and NAME="token". Then, it would be consistent with other parameters. > distcp with a webhdfs uri on a secure cluster fails > --------------------------------------------------- > > Key: HDFS-2416 > URL: https://issues.apache.org/jira/browse/HDFS-2416 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 0.20.205.0 > Reporter: Arpit Gupta > Assignee: Jitendra Nath Pandey > Attachments: HDFS-2416-branch-0.20-security.patch, > HDFS-2419-branch-0.20-security.patch, HDFS-2419-branch-0.20-security.patch > > -- 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