Commander icon indicating copy to clipboard operation
Commander copied to clipboard

connect command: special characters are handled wrong

Open brotsch opened this issue 1 year ago • 2 comments

Hello I have just started to migrate my environments from an old version (v16.5.7) up to the newest release. Now I have noticed a strange behaviour. When I try to connect with Windows to a RDP server using the "pre-login" feature some special characters like \ were removed. This leads to usernames like "localhostadmin" instead of "localhost\admin".

In my opinion the issues is caused by using the shlex.split command in the function connect_endpoint in connect.py since version 16.9.18. Is there a possibility to fix it? image

brotsch avatar Oct 17 '24 20:10 brotsch

Yes, you are correct. This issue will be fixed in the next release.

sk-keeper avatar Oct 17 '24 20:10 sk-keeper

Commander release v16.11.16 fixes this issue

sk-keeper avatar Oct 21 '24 18:10 sk-keeper