Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023323Openbravo ERPA. Platformpublic2013-03-18 08:112013-04-16 08:44
alostale 
alostale 
immediatemajoralways
closedfixed 
5
 
3.0MP223.0MP22 
marvintm
Core
QA functional test
2013-03-14
https://code.openbravo.com/erp/devel/pi/rev/c9c64eb863aabe6d8ada4a9809088768c0f77d07 [^]
No
0023323: Cannot change role using AutologonAuthenticationManager
When using AutologonAuthenticationManager it is not possible to switch between available roles.
*Configure application to use AutologonAuthenticationManager:
  In Openbravo.properties set these 2 properties and deploy it:
    authentication.class=org.openbravo.authentication.basic.AutologonAuthenticationManager
    authentication.autologon.username=Openbravo
*Open the application and try to select a different role. <- It fails silently, no error is raisen but the role is kept the same.
mobile
related to defect 00233093.0MP22 closed alostale POS redirected to Openbravo login page 
Issue History
2013-03-18 08:11alostaleNew Issue
2013-03-18 08:11alostaleAssigned To => alostale
2013-03-18 08:11alostaleModules => Core
2013-03-18 08:11alostaleTriggers an Emergency Pack => No
2013-03-18 08:12alostaleRelationship addedrelated to 0023309
2013-03-18 08:14alostaleRegression level => QA functional test
2013-03-18 08:14alostaleRegression date => 2013-03-14
2013-03-18 08:14alostaleRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/c9c64eb863aabe6d8ada4a9809088768c0f77d07 [^]
2013-03-18 08:14alostaleReview Assigned To => shankarb
2013-03-18 08:14alostaleReview Assigned Toshankarb => marvintm
2013-03-18 08:26hgbotCheckin
2013-03-18 08:26hgbotNote Added: 0057284
2013-03-18 08:26hgbotStatusnew => resolved
2013-03-18 08:26hgbotResolutionopen => fixed
2013-03-18 08:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/715a7d89ebe73b8df7ea9dcf2c4f686b484e3642 [^]
2013-03-27 10:24marvintmStatusresolved => closed
2013-03-27 10:24marvintmFixed in Version => 3.0MP22
2013-04-16 08:44alostaleTag Attached: mobile

Notes
(0057284)
hgbot   
2013-03-18 08:26   
Repository: erp/devel/pi
Changeset: 715a7d89ebe73b8df7ea9dcf2c4f686b484e3642
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Mar 18 08:24:07 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/715a7d89ebe73b8df7ea9dcf2c4f686b484e3642 [^]

fixed bug 23323: Cannot change role using AutologonAuthenticationManager

 AuthenticationManager now sets in session #Authenticated_user attribute, doing
 the usage of this variable homogeneous among different authentication managers

---
M src/org/openbravo/authentication/AuthenticationManager.java
---