[OFBiz] SVN: r6695 - trunk/applications/securityext/src/org/ofbiz/securityext/login
jonesde@svn.ofbiz.org
jonesde at svn.ofbiz.org
Mon Feb 6 16:36:00 CST 2006
Author: jonesde
Date: 2006-02-06 16:35:58 -0600 (Mon, 06 Feb 2006)
New Revision: 6695
Modified:
trunk/applications/securityext/src/org/ofbiz/securityext/login/LoginEvents.java
Log:
Changed tabs to spaces, new editor setup and Eclipse defaults to tabs... obnoxious
Modified: trunk/applications/securityext/src/org/ofbiz/securityext/login/LoginEvents.java
===================================================================
--- trunk/applications/securityext/src/org/ofbiz/securityext/login/LoginEvents.java 2006-02-06 22:18:55 UTC (rev 6694)
+++ trunk/applications/securityext/src/org/ofbiz/securityext/login/LoginEvents.java 2006-02-06 22:35:58 UTC (rev 6695)
@@ -198,10 +198,10 @@
// allow a username and/or password in a request attribute to override the request parameter or the session attribute; this way a preprocessor can play with these a bit...
if (UtilValidate.isNotEmpty((String) request.getAttribute("USERNAME"))) {
- username = (String) request.getAttribute("USERNAME");
+ username = (String) request.getAttribute("USERNAME");
}
if (UtilValidate.isNotEmpty((String) request.getAttribute("PASSWORD"))) {
- password = (String) request.getAttribute("PASSWORD");
+ password = (String) request.getAttribute("PASSWORD");
}
List unpwErrMsgList = FastList.newInstance();
More information about the Svn
mailing list