Re: Intercepting AuthenticationFilter and dispatching need help !

2002-01-10 Thread Gerry Duhig
PROTECTED] Sent: Thursday, December 27, 2001 8:38 AM Subject: AW: Intercepting AuthenticationFilter and dispatching need help ! Hey, the problem is resolved ;-) It was a conflict between different versions of servlet.jar ;-( Fredy -Ursprngliche Nachricht- Von: Galbayar [mailto:[EMAIL

Intercepting AuthenticationFilter and dispatching need help !

2001-12-25 Thread Softwareentwicklung Hauschel
Hey all, i want to check if the user is authenticated. I've read that the Filters are the right place to do that. If the User is not authenticated, so i want to dispatch him to a login page. Does anybody knows how to do that ? I've tryed it in the Filter in this way:

Re: Intercepting AuthenticationFilter and dispatching need help !

2001-12-25 Thread Galbayar
(NameAndPassword,:); String Name=stk.nextToken(); String Password=stk.nextToken(); - Original Message - From: Softwareentwicklung Hauschel [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, December 25, 2001 17:48 Subject: Intercepting AuthenticationFilter and dispatching