From d1de61da6c5af36a8bd532b05b9e6b82078856c1 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 25 Nov 2020 11:35:46 -0800 Subject: [PATCH] GUACAMOLE-221: Remove documentation that is no longer applicable as of commit 1210d5624c4eb173417cab8358eca4cc3b6c0ebe. The getGuacamoleConfiguration() function *used* to perform token substitution. Since the deprecation of the StandardTokens class, this is no longer the case. --- .../auth/jdbc/tunnel/AbstractGuacamoleTunnelService.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/tunnel/AbstractGuacamoleTunnelService.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/tunnel/AbstractGuacamoleTunnelService.java index d2fa5983a..44b65bff5 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/tunnel/AbstractGuacamoleTunnelService.java +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/tunnel/AbstractGuacamoleTunnelService.java @@ -206,9 +206,7 @@ public abstract class AbstractGuacamoleTunnelService implements GuacamoleTunnelS * will be joined rather than establishing an entirely new connection. If * a sharing profile is provided, the parameters associated with that * sharing profile will be used to define the access provided to the user - * accessing the shared connection. If tokens are used in the connection - * parameter values of the sharing profile, credentials from the given user - * will be substituted appropriately. + * accessing the shared connection. * * @param connection * The connection that the user is connecting to.