mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +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(); | ||||
|  | ||||
|             // 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); | ||||
|             connections.put(identifier, connection); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user