mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
If AuthenticationProvider property not provided, parseValue() should return null.
This commit is contained in:
@@ -35,6 +35,10 @@ public abstract class AuthenticationProviderProperty implements GuacamolePropert
|
||||
@Override
|
||||
public AuthenticationProvider parseValue(String authProviderClassName) throws GuacamoleException {
|
||||
|
||||
// If no property provided, return null.
|
||||
if (authProviderClassName == null)
|
||||
return null;
|
||||
|
||||
// Get auth provider instance
|
||||
try {
|
||||
|
||||
|
Reference in New Issue
Block a user