mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-524: Fixed RegEx for attribute tokens by removing ':'
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user