3 Replies Latest reply on Jan 16, 2005 8:30 PM by cjohan

    isUserInRole does not work in jboss 4.0.0

    furykid

      I am using basic authentication based on UsersRolesLoginModule
      which works fine for 3.2.x
      but doesnt work unter 4.0.0

      none of my roles are accepted by a call to request.isUserInRole()

      logfile output seems ok !
      org.jboss.security.auth.spi.UsersRolesLoginModule authentication returns loginOk=true
      org.jboss.security.plugins.JaasSecurityManager.APP returns the correct principal and ALL defined roles are listed in the server.log.

      any clues ?
      furykid