3 Replies Latest reply on Mar 4, 2009 11:26 AM by anil.saldhana

    BUG: Principal ist not is session scope after WebAuthenticat

      Hi all,

      I can successfully login using WebAuthentication.login() in my JSF Bean on JBoss 4.2.3.GA.

      Retrieving Principal in the same request works also fine:
      FacesContext.getCurrentInstance().getExternalContext().getUserPrincipal ()

      But later in subsequent requests the Principal is always null.

      Bug or feature?