mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-957: Continue to use cached version of LDAP YAML if an error occurs.
This commit is contained in:
@@ -32,7 +32,6 @@ import java.util.Collections;
|
||||
import java.util.concurrent.atomic.AtomicLong;
|
||||
import java.util.regex.Pattern;
|
||||
import org.apache.guacamole.GuacamoleException;
|
||||
import org.apache.guacamole.GuacamoleServerException;
|
||||
import org.apache.guacamole.environment.Environment;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
@@ -115,7 +114,6 @@ public class ConfigurationService {
|
||||
}
|
||||
catch (IOException e) {
|
||||
logger.error("\"{}\" could not be read/parsed: {}", ldapServers, e.getMessage());
|
||||
throw new GuacamoleServerException("Cannot read LDAP configuration from \"" + ldapServers + "\"", e);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user