You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2005/04/27 17:22:50 UTC

svn commit: r164992 - /lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java

Author: jwkaltz
Date: Wed Apr 27 08:22:48 2005
New Revision: 164992

URL: http://svn.apache.org/viewcvs?rev=164992&view=rev
Log:
[minor change] fixed to use text in dictionary

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java?rev=164992&r1=164991&r2=164992&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java Wed Apr 27 08:22:48 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright  1999-2004 The Apache Software Foundation
+ * Copyright  1999-2005 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -72,8 +72,8 @@
         if (getAccessController().authenticate(request)) {
         	setTargetURL(request.getRequestURI());
 		} else {
-        	addErrorMessage("Authentication failed.");
+        	addErrorMessage("Authentication failed");
         }
    }
 
-}
\ No newline at end of file
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org