mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Changed 'No authorized configurations' message to something more reasonable.
This commit is contained in:
@@ -57,7 +57,7 @@ public class BasicGuacamoleTunnelServlet extends GuacamoleHTTPTunnelServlet {
|
||||
|
||||
// If no configs in session, not authorized
|
||||
if (configs == null)
|
||||
throw new GuacamoleException("No authorized configurations.");
|
||||
throw new GuacamoleException("Cannot connect - user not logged in.");
|
||||
|
||||
// Get authorized config
|
||||
GuacamoleConfiguration config = configs.get(id);
|
||||
|
Reference in New Issue
Block a user