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.

Securityfilter persistent login

2005-07-04 Thread Tobias Neumann
Hi Is securityfilter able to autologin users that have enabled their persitent login via cookies? In the moment these users have to push the login button again, although they do not have to enter their username and password. // process any persistent login information, if user is not alr

Re: and Struts 1.2.7 possible bug?

2005-07-03 Thread Tobias Neumann
On 2005-07-01 18:04:41 +0200, Eduardo José Hernández Cisneros <[EMAIL PROTECTED]> said: Hi everybody, I recently upgrade my struts libraries to 1.2.7 from 1.2.4. I am using the tag with: … In 1.2.4 version the html:form tag renders correctly the form name attribute, but when a