Notes |
|
(0098883)
|
hgbot
|
2017-09-07 11:59
|
|
Repository: erp/devel/pi
Changeset: d21362467e8bd529b903fff261f950bf8a75c693
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Sep 07 11:56:46 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d21362467e8bd529b903fff261f950bf8a75c693 [^]
related to issue 35164: initial code improvements
- Reorder the modifiers of the getAuthenticationManager method to comply with the Java Language Specification
- Created new private constant for "#AD_SESSION_ID"
- Use faster indexOf(char) method
---
M src/org/openbravo/authentication/AuthenticationManager.java
---
|
|
|
(0098912)
|
caristu
|
2017-09-08 13:18
(edited on: 2017-09-08 13:38) |
|
Repository: erp/devel/pi
Changeset: 282b45a9521e
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Sep 08 13:09:04 2017 +0200
URL: https://code.openbravo.com/erp/devel/pi/rev/282b45a9521e [^]
fixes issue 36807: remove AuthenticationManager.username field
---
M src/org/openbravo/authentication/AuthenticationManager.java
M src/org/openbravo/authentication/basic/DefaultAuthenticationManager.java
---
|
|
|
(0098963)
|
hgbot
|
2017-09-12 09:29
|
|
Repository: erp/devel/pi
Changeset: 93aa822ffff308bd1420fd928ba20c6157c579bc
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Sep 12 09:21:01 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/93aa822ffff308bd1420fd928ba20c6157c579bc [^]
related to issue 35164: code review improvements
- Initialize the ThreadLocal variable (loginName) on every call to authenticate. Thus, we ensure that its value is cleaned up when Tomcat reuses a thread.
- Use new UserLoginInfo to keep the login credentials instead of using a map.
---
M src/org/openbravo/authentication/AuthenticationManager.java
M src/org/openbravo/authentication/basic/DefaultAuthenticationManager.java
---
|
|
|
(0098966)
|
hgbot
|
2017-09-12 09:34
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|