[ 
https://issues.apache.org/jira/browse/HDFS-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497248#comment-13497248
 ] 

Daryn Sharp commented on HDFS-4171:
-----------------------------------

It runs deeper.  Let's revert for now.  It looks like the tests might be 
failing because of debris from other tests because if I run some of the failing 
test cases in isolation they pass just fine.  It seems wrong that the client 
isn't getting a meaningful error from the failures other than null response.  I 
wonder if an exception from the new checks is killing the connection.
                
> WebHDFS and HttpFs should accept only valid Unix user names
> -----------------------------------------------------------
>
>                 Key: HDFS-4171
>                 URL: https://issues.apache.org/jira/browse/HDFS-4171
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.0.2-alpha
>            Reporter: Harsh J
>            Assignee: Alejandro Abdelnur
>             Fix For: 2.0.3-alpha
>
>         Attachments: HDFS-4171.patch
>
>
> HttpFs tries to use UserProfile.USER_PATTERN to match all usernames before a 
> doAs impersonation function. This regex is too strict for most usernames, as 
> it disallows any special character at all. We should relax it more or ditch 
> needing to match things there.
> WebHDFS currently has no such limitations.

--
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

Reply via email to