Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.2-alpha
-
None
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-4236 Regression: HDFS-4171 puts artificial limit on username length
- Closed