Hi Claus,

According to the official servlet specification one cannot directly link to
the login form. The user must always be redirected (because he entered a
protected URL) to the login form for it to work. This behavior prohibits one
to have a log in form an every page. It's like this in the servlet spec and
there is no way around.

However, there is an open source project called SecurityFilter, that
provides a different authentication mechanism. I can't use it because it
doesn't support single sign-on (they are still working on that), but may be
it's good for you. have a look at http://securityfilter.sourceforge.net/ for
the details.

grts,

Patrick

-----Original Message-----
From: Claus Weng Madsen - TELMORE [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 2:02 AM
To: [EMAIL PROTECTED]
Subject: RE: invalid direct reference..--problem with solution..


Hi Patrick

Did you ever find a solution to your problem?
I have the same problem as you mentioned previous. So if you have found
a solution please write back to me :-)

Med venlig hilsen

Claus Weng Madsen, Teamleder
TELMORE A/S
Carl Gustavsgade 3, 2630 Taastrup
Telefon 70218700, Mobil 30242875
www.telmore.dk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to