mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
The Apache HTTPD implementation of URL escaping does not encode plus signs, which Java's URLDecoder will decode as spaces. To avoid mangling received certificates, we need to ensure any plus signs within received certificates are preserved even if not encoded.