Session problem?JDBCRealm: Invalid direct reference to form login page

2003-12-13 Thread Daniel Germain
I'm trying to use the JDCBRealm from Tomcat 4.1.27 with an enhydra 5.0 application servlet and got the following problem "Invalid direct reference to form login page" which seem to be related to the session management. From what I understand, a session is first created (by enh

RES: Invalid direct reference to form login page

2003-07-21 Thread Christian J. Dechery - ACCENTURE
do Brasil :: CHT - Solutions Operations :: [EMAIL PROTECTED] > -Mensagem original- > De: Abid Ali Teepo [mailto:[EMAIL PROTECTED] > Enviada em: segunda-feira, 21 de julho de 2003 11:22 > Para: Tomcat Users List > Assunto: RE: Invalid direct reference to form login page >

RE: Invalid direct reference to form login page

2003-07-21 Thread Abid Ali Teepo
n you are loged in ? This is the cause ... Abid -Original Message- From: Christian J. Dechery - ACCENTURE [mailto:[EMAIL PROTECTED] Sent: 21. juli 2003 16:09 To: Tomcat Users List (E-mail) Subject: Invalid direct reference to form login page Sometimes I get this error message... can so

Invalid direct reference to form login page

2003-07-21 Thread Christian J. Dechery - ACCENTURE
Sometimes I get this error message... can someone give me a hint on the probable causes?? ___ :: Christian J. Dechery :: Accenture do Brasil :: CHT - Solutions Operations :: [EMAIL PROTECTED]

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

2003-06-28 Thread Stefan Radzom
y includes my > login page! I'm > planning to get around this with some logic that only > includes the login > page excerpt if we are not logged in.. > > Ben > > > -Original Message- > From: Brian Kuhn [mailto:[EMAIL PROTECTED] > Sent: Sunday, Ju

invalid direct reference to form login page...

2003-06-28 Thread Brian Kuhn
se the bookmark, they get sent to the login page, but get a "Invalid direct reference to form login page..." message once they log in. I understand why this happens, but don't know what to do about it. Is there a way to specify a default page to go to when the login page i

Status 400 - Invalid direct reference to form login page

2003-03-24 Thread Mike Duffy
Status 400 - Invalid direct reference to form login page The above error is generated when a user bookmarks the login page on an application server where container managed security is used. Does anyone have an elegant way of dealing with this error? Putting a note on the login page saying

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> Lisa>