RE: Tomcat 4.1.24 JDBCRealm is (unfortunately) caching passwords

2003-09-29 Thread Richard Mixon (qwest)
PM To: Tomcat Users List Subject: Re: Tomcat 4.1.24 JDBCRealm is (unfortunately) caching passwords JDBCRealm creates a GenerircPrincipal (a tomcat class) which caches the user information into the user session. So you have 2 workarounds: - Extend JDBCRealm for your functionality. - Make the user c

Re: Tomcat 4.1.24 JDBCRealm is (unfortunately) caching passwords

2003-09-29 Thread Tim Funk
JDBCRealm creates a GenerircPrincipal (a tomcat class) which caches the user information into the user session. So you have 2 workarounds: - Extend JDBCRealm for your functionality. - Make the user close their webbrowser to force a new session - Invalidate the session which should get rid of the