mirror of https://github.com/jumpserver/jumpserver
fix: rdp客户端拉起后窗口标题中文乱码
parent
104dd9721b
commit
50be7c6fc8
|
@ -88,7 +88,7 @@ class ConnectionTokenMixin:
|
|||
filename, ssh_token = self.get_ssh_token(token)
|
||||
else:
|
||||
raise ValueError('Protocol not support: {}'.format(protocol))
|
||||
|
||||
filename = urllib.parse.unquote(filename)
|
||||
return {
|
||||
"filename": filename,
|
||||
"protocol": protocol,
|
||||
|
|
Loading…
Reference in New Issue