You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/07/21 05:40:40 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request #628: GUACAMOLE-1383: Avoid double-encoding client identifiers within URLs.

mike-jumper opened a new pull request #628:
URL: https://github.com/apache/guacamole-client/pull/628


   The AngularJS `$location.path()` function unavoidably and automatically URL-encodes all values, so we cannot encode things ahead of time in an attempt to remove special meaning from values. Instead, this change switches over to a URL-safe client identifier format (no `=`, `+`, or `/` characters) while maintaining backward compatibility with the previous format.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-client] necouchman merged pull request #628: GUACAMOLE-1383: Avoid double-encoding client identifiers within URLs.

Posted by GitBox <gi...@apache.org>.
necouchman merged pull request #628:
URL: https://github.com/apache/guacamole-client/pull/628


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org