Description
When adding a new tiled connection to the current view, the identifier of the new connection may be URL-encoded twice, resulting in an invalid connection identifier and an unexpected failure to connect the new connection.
This appears to mainly occur if the connection identifier contains a = symbol due to base64 padding, with that = turning into %3D and finally %253D.
Attachments
Issue Links
- is caused by
-
GUACAMOLE-724 Provide option for broadcasting input events across multiple connections
- Closed