Hi, I updated targets running a custom distribution to Karaf 4.2.8. Now while maintaining that systems I realized a very annoying problem. The copy and paste (to be precise, the "paste") is not working using "bin/client" correctly.
The problem can be reproduced using the upstream Karaf distribution, too. I am using a Linux system (host machine + target machines). To reproduce: * unpack Karaf 4.2.8 * start the Karaf process by "bin/karaf" * open another terminal and connect to the instance using "bin/client" * copy a text and paste it into the terminal running "bin/client" Result: * the text will not appear * on enter no new line will be visible * to escape the situation paste again or press ctrl+C Using the pasted text does not work for me correctly. That's a little bit annoying, because I cannot connect to the running instance and paste commands and arguments... I need to type all the long arguments list manually. Can I set a special environment variable to a special value (e.g. TERM or LC_COLORS) that works around the problem? Best regads, Markus
