details: /erp/stable/2.50/rev/068a281b42cd
changeset: 9197:068a281b42cd
user: Asier Lostalé <asier.lostale <at> openbravo.com>
date: Thu Feb 10 11:23:53 2011 +0100
summary: related to issue 15907: Fix Login.java
diffstat:
src/org/openbravo/erpCommon/security/Login.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 54b8cc028e6f -r 068a281b42cd
src/org/openbravo/erpCommon/security/Login.java
--- a/src/org/openbravo/erpCommon/security/Login.java Thu Feb 10 10:34:55
2011 +0100
+++ b/src/org/openbravo/erpCommon/security/Login.java Thu Feb 10 11:23:53
2011 +0100
@@ -11,7 +11,7 @@
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2001-2010 Openbravo SLU
+ * All portions are Copyright (C) 2001-2011 Openbravo SLU
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
@@ -92,8 +92,8 @@
// Look for forced login URL property and redirect in case it is set and
the login is accessed
// through a different URL
try {
- String forcedLoginUrl =
Preferences.getPreferenceValue("ForcedLoginURL", true, null, null,
- null, null, null);
+ String forcedLoginUrl =
Preferences.getPreferenceValue("ForcedLoginURL", true,
+ (Client) null, null, null, null, null);
log4j.debug("Forced URL: " + forcedLoginUrl);
if (forcedLoginUrl != null && !forcedLoginUrl.isEmpty()
&& !request.getRequestURL().toString().startsWith(forcedLoginUrl))
{
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits