RE: Two Qs re: authentication servlet filter

2005-01-05 Thread Marco Mistroni
Hello, ^/LoginAction.do could this be the problem? Shouldn't u use * instead? Regards Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Two Qs re: authentication servlet filter

2005-01-05 Thread Nicolas De Loof
y, January 04, 2005 11:17 AM To: user@struts.apache.org Subject: Two Qs re: authentication servlet filter Can anyone help a newbie out? I have a couple of questions: 1) I am implementing a servlet filter for authentication. In my web app, a class reunion web site, I want people to be able to

RESOLVED: Two Qs re: authentication servlet filter

2005-01-04 Thread john . chesher
m> cc: Subject: RE: Two Qs re: authentication servlet filter

RE: Two Qs re: authentication servlet filter

2005-01-04 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 11:17 AM > To: user@struts.apache.org > Subject: Two Qs re: authentication servlet filter > > > > > > > Can anyone help a newbie out? I ha

Two Qs re: authentication servlet filter

2005-01-04 Thread john . chesher
Can anyone help a newbie out? I have a couple of questions: 1) I am implementing a servlet filter for authentication. In my web app, a class reunion web site, I want people to be able to login with their first and last names and a password, instead of a single ID and password, so I am NOT c