mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
auth-provider property should be required.
This commit is contained in:
@@ -56,7 +56,7 @@ public class BasicLogin extends HttpServlet {
|
|||||||
|
|
||||||
// Get auth provider instance
|
// Get auth provider instance
|
||||||
try {
|
try {
|
||||||
authProvider = GuacamoleProperties.getProperty(BasicGuacamoleProperties.AUTH_PROVIDER);
|
authProvider = GuacamoleProperties.getRequiredProperty(BasicGuacamoleProperties.AUTH_PROVIDER);
|
||||||
}
|
}
|
||||||
catch (GuacamoleException e) {
|
catch (GuacamoleException e) {
|
||||||
logger.error("Error getting authentication provider from properties.", e);
|
logger.error("Error getting authentication provider from properties.", e);
|
||||||
|
Reference in New Issue
Block a user