[ https://issues.apache.org/jira/browse/KARAF-4836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet reassigned KARAF-4836:
--------------------------------------
Assignee: Guillaume Nodet
> 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
> Assignee: Guillaume Nodet
> 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)
|