mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1383: Do not double-encode client identifiers within URLs.
This commit is contained in:
@@ -239,7 +239,7 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
|
||||
ids.push(id);
|
||||
|
||||
// Reconstruct path, updating attached clients via change in route
|
||||
$location.path('/client/' + encodeURIComponent(ManagedClientGroup.getIdentifier(ids)));
|
||||
$location.path('/client/' + ManagedClientGroup.getIdentifier(ids));
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user