mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-355: Make error displayed to user more generic.
This commit is contained in:
@@ -113,7 +113,7 @@ public class TicketValidationService {
|
||||
}
|
||||
catch (Throwable t) {
|
||||
logger.error("Error validating ticket with CAS server: {}", t.getMessage());
|
||||
throw new GuacamoleInsufficientCredentialsException("Error validating ticket with CAS server.", t, CredentialsInfo.USERNAME_PASSWORD);
|
||||
throw new GuacamoleInsufficientCredentialsException("CAS login failed.", CredentialsInfo.USERNAME_PASSWORD);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user