Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F0A6DA34 for ; Sun, 18 Nov 2012 04:56:16 +0000 (UTC) Received: (qmail 85911 invoked by uid 500); 18 Nov 2012 04:56:15 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 85829 invoked by uid 500); 18 Nov 2012 04:56:14 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 85791 invoked by uid 99); 18 Nov 2012 04:56:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2012 04:56:12 +0000 Date: Sun, 18 Nov 2012 04:56:12 +0000 (UTC) From: "Alejandro Abdelnur (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <610041934.128599.1353214572153.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HDFS-4171) WebHDFS and HttpFs should accept only valid Unix user names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499604#comment-13499604 ] Alejandro Abdelnur commented on HDFS-4171: ------------------------------------------ committed to trunk. leaving JIRA open until it gets committed to branch-2 (currently it is not compiling). > 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