GUACAMOLE-1656: Force refresh the user context on updateUserContext to ensure that any modified user attributes are picked up.

This commit is contained in:
James Muehlner
2022-08-05 18:30:22 +00:00
parent e882a08486
commit 3790d76fc9
4 changed files with 48 additions and 12 deletions

View File

@@ -39,4 +39,5 @@ public abstract class GuacamoleExceptionSupplier<T> {
* If an error occurs while attemping to calculate the return value.
*/
public abstract T get() throws GuacamoleException;
}