4 Replies Latest reply on Jul 11, 2006 8:39 AM by kunta89

    JBoss 3.2.1 Username and password (bad?) caching

    kunta89

      Hi I'm working with JBoss 3.2.1. I've developed and deployed into it a web application. The application is working well, but I'm having problems with some kind of data cache.

      E.g.: I'm logged as admin user, then change the password for a normal user ("user01"), then I logout and login with "user01" as username and the old password and I can access to my web application.

      Also I can access if I try with the new password.

      Restarting the server fix this situation and I can access only with the new password.

      The data into the database is updated ok.

      This is clearly wrong but I don't know why it is happening. It is a JBoss bug?

      I'm using container-managed security

      Can anyone help me?

      Thanks in advance