You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Brandan Jeter (JIRA)" <ji...@apache.org> on 2018/11/01 23:11:00 UTC

[jira] [Created] (KARAF-5996) client scripts require the control key to submit commands in Windows Powershell

Brandan Jeter created KARAF-5996:
------------------------------------

             Summary: client scripts require the control key to submit commands in Windows Powershell
                 Key: KARAF-5996
                 URL: https://issues.apache.org/jira/browse/KARAF-5996
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 4.2.1
         Environment: Windows 2012 and Windows 10
            Reporter: Brandan Jeter


I have verified this on both 4.2.1 and master.

Steps to reproduce:
 * Run karaf in Windows
 * Run the client.bat script from within Powershell
 * Type in a command
 * Press enter (does not submit the command)
 * Press control+enter (command is submitted)

I've also noticed some of the encoding is messed up, and backspace does not work correctly. I had to use control+c to undo any text I typed into the console.

 

I believe it's an issue with jline. I was able to swap out jline 3.9.0 for 3.6.2 in the karaf 4.2.1 distribution, and the bug went away.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)