RE: Invalid direct reference to form login page

2003-07-21 Thread Abid Ali Teepo
Usually you are interested in some secured resource, and you try to get it. Because it's secured you will be redirected to a login-page, and after authenticating yourself you will be redirected to the requested resource. If you go directly to the login-page, where will it redirect you when you

RE: invalid direct reference to form login page...

2003-06-28 Thread Stefan Radzom
Your problem has just recently been discussed on this list. Ben Jessel proposed a workaround which I attached below. Hopefully, this might work for you. Stefan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:42 PM To: [EMAIL

Re: Invalid direct reference to form login page

2002-05-10 Thread David M. Karr
Lisa == Lisa van Gelder [EMAIL PROTECTED] writes: Lisa Here is the bit of my web.xml file that deals with login. The whole of my Lisa app should be protected. Lisa My code never redirects, it leaves all the authentication up to tomcat. Lisa security-constraint Lisa