mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +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