necouchman commented on a change in pull request #360: GUACAMOLE-524: Update 
connect() API changes for backward compatibility with 1.0.0.
URL: https://github.com/apache/guacamole-client/pull/360#discussion_r249743845
 
 

 ##########
 File path: 
guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleUserContext.java
 ##########
 @@ -99,7 +129,7 @@ public SimpleUserContext(AuthenticationProvider 
authProvider,
             GuacamoleConfiguration config = configEntry.getValue();
 
             // Add as simple connection
-            Connection connection = new SimpleConnection(identifier, 
identifier, config);
+            Connection connection = new SimpleConnection(identifier, 
identifier, config, true);
 
 Review comment:
   Should this be `true`, or should this be passing the value of 
`interpretTokens`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to