RE: Securityfilter persistent login

2005-07-04 Thread David Erickson
mann > Sent: Monday, July 04, 2005 10:30 AM > To: user@struts.apache.org > Subject: Re: Securityfilter persistent login > > PPS: How can I access the servlets context in a securityfilter > SecurityRealmInterface implementation? > I use the struts HibernatePlugIn, and the hibe

Re: Securityfilter persistent login

2005-07-04 Thread Tobias Neumann
PPS: How can I access the servlets context in a securityfilter SecurityRealmInterface implementation? I use the struts HibernatePlugIn, and the hibernate session is stored in the servlets context. So I need to access hibernate this way in my Realm implementation for database verification.