Skip to content
Commit 43df7a76 authored by AceLan Kao's avatar AceLan Kao
Browse files

mainwindow: fix url encoding issue



It appends "file:" before the input url if the url contains those chars
"@[^@]+$". It leads to fail to login to remote desktop, since the username
will be interpreted the wrong way.
ex. username@xxx.xxx.xxx.xxx becomes file:username@xxx.xxx.xxx.xxx

Signed-off-by: default avatarAceLan Kao <acelan@acelan.idv.tw>
parent c94a465c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment