GUACAMOLE-47: Shorten the token length and change name.

This commit is contained in:
Nick Couchman
2017-01-06 19:38:31 -05:00
parent 3614aff4d9
commit 962bec8806

View File

@@ -45,12 +45,12 @@ public class StandardTokens {
/** /**
* The name of the client token added via addStandardTokens(). * The name of the client token added via addStandardTokens().
*/ */
public static final String CLIENT_HOST_TOKEN = "GUAC_CLIENT_HOST"; public static final String CLIENT_HOST_TOKEN = "GUAC_REMHOST";
/** /**
* The IP of the client token added via addStandardTokens(). * The IP of the client token added via addStandardTokens().
*/ */
public static final String CLIENT_IP_TOKEN = "GUAC_CLIENT_IP"; public static final String CLIENT_IP_TOKEN = "GUAC_REMIP";
/** /**
* The name of the date token (server-local time) added via * The name of the date token (server-local time) added via