Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011220Openbravo ERPA. Platformpublic2009-11-02 19:292009-11-21 00:00
eduardo_Argal 
eduardo_Argal 
normalminorsometimes
closedfixed 
5
pi 
pi 
Core
No
0011220: End less redirect loop in authentication manager
End less redirect loop in authentication manager for auto login
1) set this config in Openbravo.properties:
##################
# Authentication #
##################

# Leave this empty to use the default login hardler.
# LAM server example: org.openbravo.authentication.lam.LamAuthenticationManager
authentication.class=org.openbravo.authentication.basic.AutologonAuthenticationManager
authentication.autologon.username=Openbravo

2)start tomcat using this new config (after compiling)
3)restart tomcat
4)A redirect loop error is displayed
No tags attached.
Issue History
2009-11-02 19:29eduardo_ArgalNew Issue
2009-11-02 19:29eduardo_ArgalAssigned To => eduardo_Argal
2009-11-02 19:30eduardo_ArgalStatusnew => scheduled
2009-11-02 19:30eduardo_Argalfix_in_branch => pi
2009-11-02 19:31hgbotCheckin
2009-11-02 19:31hgbotNote Added: 0021519
2009-11-02 19:31hgbotStatusscheduled => resolved
2009-11-02 19:31hgbotResolutionopen => fixed
2009-11-02 19:31hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/63c4c73e0cd55d94cdd6cb2db494112a965ce86c [^]
2009-11-20 12:32alostaleStatusresolved => closed
2009-11-21 00:00anonymoussf_bug_id0 => 2901472

Notes
(0021519)
hgbot   
2009-11-02 19:31   
Repository: erp/devel/pi
Changeset: 63c4c73e0cd55d94cdd6cb2db494112a965ce86c
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Mon Nov 02 19:29:56 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/63c4c73e0cd55d94cdd6cb2db494112a965ce86c [^]

Fixes bug 0011220: End less redirect loop in authentication manager

---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
---