[jboss-user] [Security & JAAS/JBoss] - Re: The neverending logout topic

2007-08-09 Thread chakotey07
Hi, Please post your config file and the location of the prop-files, too! Cheers, chakotey07 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072848#4072848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Security & JAAS/JBoss] - Re: The neverending logout topic

2007-04-24 Thread chakotey07
Ooooh yeah, this code... anonymous wrote : // get the current subject and its context within the security realm | final javax.security.auth.Subject subject = (javax.security.auth.Subject) new javax.naming.InitialContext().lookup("java:comp/env/security/subject"); | final javax.security.auth.l

[jboss-user] [Security & JAAS/JBoss] - Re: The neverending logout topic

2007-04-18 Thread chakotey07
Hiho, Did you try the Basic or Form Authentication? With the Form Auth ist should work... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038720#4038720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038720 ___

[jboss-user] [Security & JAAS/JBoss] - Re: The neverending logout topic

2007-04-16 Thread chakotey07
Hi again, I solved Question 1 ... at least for me ... anonymous wrote : Thus, I switched to Form Auth (incl. j_security_check) ... session.invalidate does not work neither. Wrong ... it works, but the browser caches the credentials and performs itself a re-login (right?) I first used a JSF Web P

[jboss-user] [Security & JAAS/JBoss] - The neverending logout topic

2007-04-16 Thread chakotey07
Dear community, I am rather new to the JbossSX / JAAS topic and thus, I searched the forum to understand my problems, but I am not sure if I got everthing right. Scenario: I successfully secured a test web application via my custom login module and declarative security. Wonderful, but regardin