You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2019/01/22 22:17:45 UTC

[GitHub] mike-jumper commented on a change in pull request #360: GUACAMOLE-524: Update connect() API changes for backward compatibility with 1.0.0.

mike-jumper 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_r249982985
 
 

 ##########
 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:
   Good catch - we should pass through `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:
users@infra.apache.org


With regards,
Apache Git Services