mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-197: Fix errors that happen when you try to code before coffee.
This commit is contained in:
@@ -170,8 +170,8 @@ public class AuthenticationProviderService {
|
|||||||
stateBytes);
|
stateBytes);
|
||||||
}
|
}
|
||||||
catch (IllegalArgumentException e) {
|
catch (IllegalArgumentException e) {
|
||||||
logger.warn("Illegal hexadecimal value while parsing RADIUS state string.", e.getMessage());
|
logger.warn("Illegal hexadecimal value while parsing RADIUS state string: {}", e.getMessage());
|
||||||
logger.debug("Encountered exception while attepmting to perse the hexidecimanl state value.", e);
|
logger.debug("Encountered exception while attempting to parse the hexidecimal state value.", e);
|
||||||
throw new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASSWORD);
|
throw new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASSWORD);
|
||||||
}
|
}
|
||||||
catch (GuacamoleException e) {
|
catch (GuacamoleException e) {
|
||||||
|
Reference in New Issue
Block a user