mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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