mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Removed unused error string.
This commit is contained in:
@@ -53,13 +53,6 @@ public abstract class AuthenticatingHttpServlet extends HttpServlet {
|
|||||||
*/
|
*/
|
||||||
private static final String CREDENTIALS_ATTRIBUTE = "GUAC_CREDS";
|
private static final String CREDENTIALS_ATTRIBUTE = "GUAC_CREDS";
|
||||||
|
|
||||||
/**
|
|
||||||
* The error message to be provided to the client user if authentication
|
|
||||||
* fails for ANY REASON.
|
|
||||||
*/
|
|
||||||
private static final String AUTH_ERROR_MESSAGE =
|
|
||||||
"User not logged in or authentication failed.";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The AuthenticationProvider to use to authenticate all requests.
|
* The AuthenticationProvider to use to authenticate all requests.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user