Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D17D9200D3B for ; Fri, 10 Nov 2017 10:58:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D0060160BF2; Fri, 10 Nov 2017 09:58:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 22009160BEE for ; Fri, 10 Nov 2017 10:58:03 +0100 (CET) Received: (qmail 83686 invoked by uid 500); 10 Nov 2017 09:58:03 -0000 Mailing-List: contact dev-help@ranger.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ranger.apache.org Delivered-To: mailing list dev@ranger.apache.org Received: (qmail 83675 invoked by uid 99); 10 Nov 2017 09:58:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2017 09:58:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 990641A4521 for ; Fri, 10 Nov 2017 09:58:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id v7tN9jQDpGxM for ; Fri, 10 Nov 2017 09:58:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3CEFB60CF1 for ; Fri, 10 Nov 2017 09:58:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 72F11E05A2 for ; Fri, 10 Nov 2017 09:58:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 311C3240D2 for ; Fri, 10 Nov 2017 09:58:00 +0000 (UTC) Date: Fri, 10 Nov 2017 09:58:00 +0000 (UTC) From: "Endre Kovacs (JIRA)" To: dev@ranger.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (RANGER-1643) Handle multiple comma in credentials ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Nov 2017 09:58:05 -0000 [ https://issues.apache.org/jira/browse/RANGER-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247284#comment-16247284 ] Endre Kovacs commented on RANGER-1643: -------------------------------------- i'd like to proceed with this patch after RANGER-1644 is resolved & commited > Handle multiple comma in credentials ... > ---------------------------------------- > > Key: RANGER-1643 > URL: https://issues.apache.org/jira/browse/RANGER-1643 > Project: Ranger > Issue Type: Bug > Components: Ranger > Affects Versions: 0.6.3, 0.7.1 > Reporter: Selvamohan Neethiraj > Assignee: Endre Kovacs > Priority: Minor > > Currently, PasswordUtils parses the encryption configuration based on the presence of a comma character. The actual password itself may have comma characters. We should fix this to allow the user with the password or we should remove the code that handles the password without having encryption configuration as part of the input string. -- This message was sent by Atlassian JIRA (v6.4.14#64029)