Removed unused error string.
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Mon, 26 Mar 2012 18:59:53 +0000 (11:59 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Mon, 26 Mar 2012 18:59:53 +0000 (11:59 -0700)
src/main/java/net/sourceforge/guacamole/net/basic/AuthenticatingHttpServlet.java

index 12c480e..e501902 100644 (file)
@@ -54,13 +54,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.
      */
     private AuthenticationProvider authProvider;