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 19:12:58 UTC

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

     [ https://issues.apache.org/jira/browse/KARAF-4836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lijun Liao updated KARAF-4836:
------------------------------
    Attachment: SayHelloCommand.java

> 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
>
>         Attachments: SayHelloCommand.java
>
>
> 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)