Project:
View Revisions: Issue #38262 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0038262: Wrong behavior after trying to login with a user that does not have any assigned role | ||
Revision | 2018-04-03 18:26 by caristu | ||
Description | If we refresh the login page after trying to login with a user that does not have any assigned role, it will not be possible to reload the login page again. Following this steps, the following error is raised in the log: ERROR org.openbravo.dal.core.ThreadHandler - Your user is not assigned to a Role and it is required to login into Openbravo. Ask the Security Administrator org.openbravo.base.exception.OBSecurityException: Your user is not assigned to a Role and it is required to login into Openbravo. Ask the Security Administrator at org.openbravo.dal.core.OBContext.initialize(OBContext.java:908) at org.openbravo.dal.core.OBContext.initialize(OBContext.java:850) at org.openbravo.dal.core.OBContext.initialize(OBContext.java:844) at org.openbravo.dal.core.OBContext.setFromRequest(OBContext.java:790) at org.openbravo.dal.core.OBContext.setOBContext(OBContext.java:387) at org.openbravo.dal.core.DalRequestFilter$1.doBefore(DalRequestFilter.java:78) at org.openbravo.dal.core.ThreadHandler.run(ThreadHandler.java:44) at org.openbravo.dal.core.DalRequestFilter.doFilter(DalRequestFilter.java:105) .... |
||
Revision | 2018-04-03 18:24 by caristu | ||
Description | If we refresh the login page after trying to login with a user that does not have any assigned, it will not possible to reload the login page again. Following this steps, the following error is raised in the log: ERROR org.openbravo.dal.core.ThreadHandler - Your user is not assigned to a Role and it is required to login into Openbravo. Ask the Security Administrator org.openbravo.base.exception.OBSecurityException: Your user is not assigned to a Role and it is required to login into Openbravo. Ask the Security Administrator at org.openbravo.dal.core.OBContext.initialize(OBContext.java:908) at org.openbravo.dal.core.OBContext.initialize(OBContext.java:850) at org.openbravo.dal.core.OBContext.initialize(OBContext.java:844) at org.openbravo.dal.core.OBContext.setFromRequest(OBContext.java:790) at org.openbravo.dal.core.OBContext.setOBContext(OBContext.java:387) at org.openbravo.dal.core.DalRequestFilter$1.doBefore(DalRequestFilter.java:78) at org.openbravo.dal.core.ThreadHandler.run(ThreadHandler.java:44) at org.openbravo.dal.core.DalRequestFilter.doFilter(DalRequestFilter.java:105) .... |
Copyright © 2000 - 2009 MantisBT Group |