1 Reply Latest reply on Dec 9, 2006 11:57 AM by starksm64

    JBoss JAAs Architecture question

    viniciuscarvalho

      Hello there! This is a simple one: We have a custom login module, after user is authenticated we use a Filter to add new information to the user's session. My question is, the thread used by the j_security_check is the same for the entire process? j_security_check -> login_module -> filter -> index.jsp?

      Best regards