Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect command: special characters are handled wrong #1307

Open
brotsch opened this issue Oct 17, 2024 · 2 comments
Open

connect command: special characters are handled wrong #1307

brotsch opened this issue Oct 17, 2024 · 2 comments

Comments

@brotsch
Copy link

brotsch commented Oct 17, 2024

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

@sk-keeper
Copy link
Collaborator

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

@sk-keeper
Copy link
Collaborator

Commander release v16.11.16 fixes this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants