GUACAMOLE-524: Fixed RegEx for attribute tokens by removing ':'

This commit is contained in:
Jared Frees
2018-06-15 09:37:01 -04:00
parent 653b4e0134
commit 0964c46f4f

View File

@@ -79,7 +79,7 @@ public class StandardTokens {
/**
* The prefix of the arbitrary attribute tokens.
*/
public static final String ATTR_TOKEN_PREFIX = "GUAC_ATTR:";
public static final String ATTR_TOKEN_PREFIX = "GUAC_ATTR_";
/**
* This utility class should not be instantiated.