mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-38: Don't try to encode URI before sending it to be parsed.
This commit is contained in:
@@ -51,7 +51,7 @@ angular.module('guacQuickConnect').controller('quickconnectController', ['$scope
|
||||
*/
|
||||
$scope.quickConnect = function quickConnect() {
|
||||
|
||||
quickConnectService.createConnection(encodeURIComponent($scope.uri))
|
||||
quickConnectService.createConnection($scope.uri)
|
||||
.success(function createdConnection(connectionId) {
|
||||
$location.url('/client/' + ClientIdentifier.toString({
|
||||
dataSource : 'quickconnect',
|
||||
|
Reference in New Issue
Block a user