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

Allen Wittenauer commented on HDFS-4171:
----------------------------------------

I've opened HDFS-4236 to fix this regression.
                
> 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, HDFS-4171.patch, HDFS-4171.patch, 
> 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