You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Lijun Liao (JIRA)" <ji...@apache.org> on 2016/11/22 18:52:58 UTC

[jira] [Created] (KARAF-4836) Incorrect behaviour of the auto-completion of file path in command export-bundles

Lijun Liao created KARAF-4836:
---------------------------------

             Summary: Incorrect behaviour of the auto-completion of file path in command export-bundles
                 Key: KARAF-4836
                 URL: https://issues.apache.org/jira/browse/KARAF-4836
             Project: Karaf
          Issue Type: Bug
          Components: karaf-shell
    Affects Versions: 4.1.0
            Reporter: Lijun Liao
             Fix For: 4.1.0


1. The auto-completation converts relative path to absolute path.
To reproduce start karaf and type
{code}
export-bundles jdbc dat<tab>
{code}

You will get
{code}
export-bundles jdbc /Users/lliao/Documents/source/t/apache-karaf-4.1.0-SNAPSHOT/./data/
{code}

However the following should be expected
{code}
export-bundles jdbc data
{code}
or
{code}
export-bundles jdbc ./data
{code}

2. The auto-completation cannot handle '~' for home directory of current user.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)