mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	Fixed log message.
This commit is contained in:
		| @@ -89,7 +89,7 @@ public abstract class AuthenticatingHttpServlet extends HttpServlet { | ||||
|             } | ||||
|              | ||||
|             if (configs == null) { | ||||
|                 logger.warn("Authentication attempt from {} for user \"{}\".", | ||||
|                 logger.warn("Authentication attempt from {} for user \"{}\" failed.", | ||||
|                         request.getRemoteAddr(), username); | ||||
|                 response.sendError(HttpServletResponse.SC_FORBIDDEN); | ||||
|                 return; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user