RE: Question on log on with SecurityFilter and JDBCRealm

2005-08-19 Thread Mitchell, Steven C
>ThreadContext.setUser( user ); >} //end else >} //end if > >filterChain.doFilter( servletRequest, servletResponse ); >ThreadContext.setUser( null ); //Clear the thread before >returning it to the server's thre

Re: Question on log on with SecurityFilter and JDBCRealm

2005-08-18 Thread C.F. Scheidecker Antunes
iginal Message- From: C.F. Scheidecker Antunes [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 12:50 PM To: Struts Users Mailing List Subject: Question on log on with SecurityFilter and JDBCRealm Hello all, I've managed to have successful authentication with securityFilter and

RE: Question on log on with SecurityFilter and JDBCRealm

2005-08-18 Thread Mitchell, Steven C
ailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 12:50 PM To: Struts Users Mailing List Subject: Question on log on with SecurityFilter and JDBCRealm Hello all, I've managed to have successful authentication with securityFilter and JDBCRealm. I have a few questions that I was hoping

Question on log on with SecurityFilter and JDBCRealm

2005-08-17 Thread C.F. Scheidecker Antunes
Hello all, I've managed to have successful authentication with securityFilter and JDBCRealm. I have a few questions that I was hoping you could clarify for me. After the login is successful, is there any way to forward that to a success page/action so that I can add extra stuff to the sessio