Added calls to any authentication success/fail hooks.
[guacamole.git] / src / main / java / net / sourceforge / guacamole / net / basic / AuthenticatingHttpServlet.java
2012-03-23 Michael JumperAdded calls to any authentication success/fail hooks.
2012-03-23 Michael JumperInclude generic error header when authentication fails.
2012-03-23 Michael JumperFixed log message.
2012-03-23 Michael JumperImplemented AuthenticatingHttpServlet which automatical...