[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS cache updating role on the fly

2004-05-26 Thread david_crecente
Hi again, First link speaks about 'DefaultCacheTimeout'. I haven't seen this attribute in my xml file for jboss-3.2.2RC4. And this attribute wouldn't be a good solution for me. Second link speaks about 'UserManagerImpl' and I haven't seen this class in jboss-3.2.2RC4. Some idea more? Thank you

[JBoss-user] [Security & JAAS/JBoss] - j_security_check error 404 relogin

2004-05-25 Thread david_crecente
Hi all, I have problems using JAAS and jboss-3.2.2RC4 when a user tries to login a second time. 1) User logins in the application. 2) User clicks on back button 3) Login Form appears again 4) User types your username and password again 5) User gets error 404 The second time the browser

[JBoss-user] [Security & JAAS/JBoss] - JAAS cache updating role on the fly

2004-05-19 Thread david_crecente
Hi all, I am using jboss-3.2.2RC4 and JDBCRealm (JAAS). My application has a user with Administrator role who can change the role for other users in the application. When it happens if the user logins again with updated role then this user works with the old role yet. I belive t