Hi Team,
I have got a serious problem using Acegi Security Framework.
I m using technology stack of Struts2, Acegi Security, JPA
SecurityContextHolder is not recognising the change in the password of a user. I maintain my user credentials in the database. So i have configured my Spring Security Framework using AuthenticationProcessingFilter and datasource reading the database credentials.
If i change my password from the front end form and then logout of my application and when attempted to login with the changed password, its thowing Bad Credentials exception.
Only after restarting my server on which my application is deployed, then the new password, is reflected as a secured credential. How can i make my password change accepted dynamically without having to restart my server.


Reply With Quote
