mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	Actually send the error code specified...
This commit is contained in:
		| @@ -86,7 +86,7 @@ public abstract class GuacamoleHTTPTunnelServlet extends HttpServlet { | ||||
|  | ||||
|             // If response not committed, send error code | ||||
|             if (!response.isCommitted()) | ||||
|                 response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR); | ||||
|                 response.sendError(code); | ||||
|  | ||||
|         } | ||||
|         catch (IOException ioe) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user