mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +00:00
Display all users/connections properly when admin, send error message header before sending error code.
This commit is contained in:
@@ -187,8 +187,8 @@ public abstract class AuthenticatingHttpServlet extends HttpServlet {
|
||||
|
||||
// If response not committed, send error code
|
||||
if (!response.isCommitted()) {
|
||||
response.sendError(code);
|
||||
response.addHeader("Guacamole-Error-Message", message);
|
||||
response.sendError(code);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user