Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-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 A485811CB7 for ; Fri, 16 May 2014 23:12:27 +0000 (UTC) Received: (qmail 57592 invoked by uid 500); 16 May 2014 11:46:28 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 60765 invoked by uid 500); 16 May 2014 11:31:49 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 3117 invoked by uid 99); 16 May 2014 11:23:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 11:23:02 +0000 Date: Fri, 16 May 2014 11:23:02 +0000 (UTC) From: "Freeman Fang (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (KARAF-2980) strip off tabs/spaces around role|group 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/KARAF-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang reassigned KARAF-2980: ----------------------------------- Assignee: Freeman Fang > strip off tabs/spaces around role|group names > --------------------------------------------- > > Key: KARAF-2980 > URL: https://issues.apache.org/jira/browse/KARAF-2980 > Project: Karaf > Issue Type: Bug > Components: karaf-security > Reporter: Freeman Fang > Assignee: Freeman Fang > > if we have userinfo defined in etc/users.properties like > {code} > joe = 1234pw, admin > {code} > Noticed that there is a space between the password "1234pw" and role name "admin", then currently the role name is " admin", which should be "admin" instead, we need strip off the spaces/tabs here -- This message was sent by Atlassian JIRA (v6.2#6252)