Removed unused error string.

This commit is contained in:
Michael Jumper
2012-03-26 11:59:53 -07:00
parent 1c7a82c286
commit fae54e2cca

View File

@@ -53,13 +53,6 @@ public abstract class AuthenticatingHttpServlet extends HttpServlet {
*/
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.
*/