JBoss: Authentication caches wrong login credentials

Posted by aliaslan on Stack Overflow See other posts from Stack Overflow or by aliaslan
Published on 2010-04-03T17:44:41Z Indexed on 2010/04/03 17:53 UTC
Read the original article Hit count: 403

Filed under:
|
|

I am using JBoss AS 4.2.3 JBossSeam 2.1

My Problem is that I can login/logout with different users as long as I do not enter a wrong password for one user. If this happens it is not possible to authenticate any user. Authentication always fails.

If I delete the browser cookies everything works fine.

I have tried to set DefaultCacheTimeout and DefaultCacheResolution to 0 but without luck.

Why does JBoss cache wrong credentials?

© Stack Overflow or respective owner

Related posts about jboss

Related posts about authentication