This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Seam and custom JAAS problemmindgame Oct 8, 2007 9:28 AM (in response to mindgame)I am using Seam 2.0 CR2 with JBoss 4.2.1.GA. 
- 
        2. Re: Seam and custom JAAS problemshane.bryzak Oct 8, 2007 11:36 AM (in response to mindgame)You probably have an s:hasRole or other security check somewhere in your page - Seam Security will attempt to perform a silent login if the user's credentials are available but the user hasn't been authenticated yet. 
- 
        3. Re: Seam and custom JAAS problemmindgame Oct 9, 2007 2:34 AM (in response to mindgame)Thanks for the hint. I tried to look around my codes for hidden/implicit security check but no luck. Even created a bare bone test and still no luck. So after 3 days of debugging, I have decided to 'hack' my login module to avoid certain actions in the second time the login module is invoked. This is definitely not a clean solution :( 
 Thanks.
 
    