mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-524: Do not interpret tokens in SimpleUserContext if interpretTokens is false.
This commit is contained in:
@@ -129,7 +129,7 @@ public class SimpleUserContext extends AbstractUserContext {
|
|||||||
GuacamoleConfiguration config = configEntry.getValue();
|
GuacamoleConfiguration config = configEntry.getValue();
|
||||||
|
|
||||||
// Add as simple connection
|
// Add as simple connection
|
||||||
Connection connection = new SimpleConnection(identifier, identifier, config, true);
|
Connection connection = new SimpleConnection(identifier, identifier, config, interpretTokens);
|
||||||
connection.setParentIdentifier(DEFAULT_ROOT_CONNECTION_GROUP);
|
connection.setParentIdentifier(DEFAULT_ROOT_CONNECTION_GROUP);
|
||||||
connections.put(identifier, connection);
|
connections.put(identifier, connection);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user