Changed 'No authorized configurations' message to something more reasonable.

This commit is contained in:
Michael Jumper
2011-12-20 00:00:39 -08:00
parent 6e3ff98b5a
commit 8481bc4f0c

View File

@@ -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);