Details
Description
1. The auto-completation converts relative path to absolute path.
To reproduce start karaf and type
export-bundles jdbc dat<tab>
You will get
export-bundles jdbc /Users/lliao/Documents/source/t/apache-karaf-4.1.0-SNAPSHOT/./data/
However the following should be expected
export-bundles jdbc data
or
export-bundles jdbc ./data
2. The auto-completation cannot handle '~' for home directory of current user.