You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2016/02/29 18:07:18 UTC

[jira] [Created] (KARAF-4372) Content assist for paths does not work correctly

Christian Schneider created KARAF-4372:
------------------------------------------

             Summary: Content assist for paths does not work correctly
                 Key: KARAF-4372
                 URL: https://issues.apache.org/jira/browse/KARAF-4372
             Project: Karaf
          Issue Type: Bug
          Components: karaf-shell
    Affects Versions: 4.0.4
            Reporter: Christian Schneider
             Fix For: 4.1.0, 4.0.5


To reproduce start karaf and type:
install -s mvn:org<tab>

The expected behaviour would be that the completion either does nothing or adds a dot("."). Instead it adds a space(" "). This obviously breaks the rest of the completion. If the space is removed by hand and a "." is added the completion can go on.

A similar behaviour happens for files:
install -s file:/home<tab>
This adds "/ " instead of "/".




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