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 3573D200B43 for ; Tue, 19 Jul 2016 10:10:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3409A160A8B; Tue, 19 Jul 2016 08:10:22 +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 A1013160A76 for ; Tue, 19 Jul 2016 10:10:21 +0200 (CEST) Received: (qmail 70287 invoked by uid 500); 19 Jul 2016 08:10:20 -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 70271 invoked by uid 99); 19 Jul 2016 08:10:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 08:10:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A63E82C0D56 for ; Tue, 19 Jul 2016 08:10:20 +0000 (UTC) Date: Tue, 19 Jul 2016 08:10:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-4372) Content assist for paths does not work correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 19 Jul 2016 08:10:22 -0000 [ https://issues.apache.org/jira/browse/KARAF-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383760#comment-15383760 ] ASF subversion and git services commented on KARAF-4372: -------------------------------------------------------- Commit 70915df911777aab2c789a94d2e026d4be3777f7 in karaf's branch refs/heads/master from [~gnt] [ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=70915df ] [KARAF-4372] Fix url/file completion > Content assist for paths does not work correctly > ------------------------------------------------ > > Key: KARAF-4372 > URL: https://issues.apache.org/jira/browse/KARAF-4372 > Project: Karaf > Issue Type: Bug > Components: karaf-shell > Affects Versions: 4.0.4 > Reporter: Christian Schneider > Assignee: Guillaume Nodet > Fix For: 4.1.0, 4.0.6 > > > To reproduce start karaf and type: > install -s mvn:org > The expected behaviour would be that the completion either does nothing or adds a dot("."). Instead it adds a space(" "). This obviously breaks the rest of the completion. If the space is removed by hand and a "." is added the completion can go on. > A similar behaviour happens for files: > install -s file:/home > This adds "/ " instead of "/". -- This message was sent by Atlassian JIRA (v6.3.4#6332)