[jboss-user] [JBoss Portal] - Login information cached? Interceptor?

AntonKronseder do-not-reply at jboss.com
Mon Jul 13 10:24:05 EDT 2009


It looks like the login information is cached.
But I need to turn this off.
(jboss-portal-2.7.2/zip-download with JBoss-4.2.X)

When I place a breakpoint in a LoginModule
(e.g. org.jboss.security.auth.spi.IdentityLoginModule or org.jboss.portal.identity.auth.IdentityLoginModule) and login as user1 I reach the breakpoint. When I logout and login as user2 I also reach the breakpoint, but when I now logout as user2 and login again as user1 I do not reach the breakpoint and user1 is logged in immediately.

I guess the successful login of user1 a few seconds before is somehow, somewhere cached using some interceptor.

Does anyone know whether or not I am right and how to turn this off, as I have to assure that nothing is cached and the LoginModule is used every time a user tries to login.

Any help or ideas?

Thanks in advance,

Anton

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243288#4243288

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243288



More information about the jboss-user mailing list