mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1391: Fixed typo when trying to reference the SHA_256 enum value.
This commit is contained in:
@@ -75,7 +75,7 @@ public class AuthorizeTagHandler implements TagHandler {
|
|||||||
|
|
||||||
// If "sha256" use SHA-256 hash
|
// If "sha256" use SHA-256 hash
|
||||||
else if (encoding.equals("sha256"))
|
else if (encoding.equals("sha256"))
|
||||||
authorization.setEncoding(Authorization.Encoding.SHA_S56);
|
authorization.setEncoding(Authorization.Encoding.SHA_256);
|
||||||
|
|
||||||
// If "plain", use plain text
|
// If "plain", use plain text
|
||||||
else if (encoding.equals("plain"))
|
else if (encoding.equals("plain"))
|
||||||
|
Reference in New Issue
Block a user