[
https://issues.apache.org/jira/browse/KARAF-4836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15801688#comment-15801688
]
ASF subversion and git services commented on KARAF-4836:
--------------------------------------------------------
Commit d3b459158ebcbf400cbb7b4cde45ac899f2c5b36 in karaf's branch
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=d3b4591 ]
[KARAF-4836][KARAF-4835] Fix file completion
> 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)