Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-05 Thread Gheorghe Pucea
t; >> > >> *Does your login form properly encode the session id into it's > >> action? Does your logout code properly encode the session id into the > >> redirect URL? Have you enabled/disabled cookies in your web browser?* > >> > >> My cookie

Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-04 Thread Gheorghe Pucea
Please I really need help. I found out today that it work's on opera to. Many thanks!!! On Fri, Jun 4, 2010 at 8:59 AM, Gheorghe Pucea wrote: > > > > The encoding is ok I tried it out today. But I need to add one more thing > the problem doesn't appear > on

Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Gheorghe Pucea
led/disabled cookies in your web browser?* > > > > My cookies are enabled. But I don't know exactly if the login/logout code > > form properly encode the session id into it's (how can I test > that?) > > > > > > > > Thank you very much >

Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Gheorghe Pucea
E- > Hash: SHA1 > > Gheorghe, > > On 6/3/2010 2:18 PM, Gheorghe Pucea wrote: > > By "when I get back to the login page" I mean that I log out from my app > and > > then I redirect my app to a restricted resource and when my login page > > appears I t

Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Gheorghe Pucea
g mechanism keeping the session alive > somehow? > > > -Original Message- > From: Gheorghe Pucea [mailto:george.pu...@gmail.com] > Sent: Thursday, June 03, 2010 2:37 PM > To: Tomcat Users List > Subject: Re: HTTP Status 400 - Invalid direct reference to form login page! &g

Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Gheorghe Pucea
operly? > > -Original Message- > From: Gheorghe Pucea [mailto:george.pu...@gmail.com] > Sent: Thursday, June 03, 2010 1:13 PM > To: Tomcat Users List > Subject: Re: HTTP Status 400 - Invalid direct reference to form login page! > > Hello Barry, > > > > Exac

Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Gheorghe Pucea
out and after I redirect my app to a protected resource the login page show's up if I hit the refresh button on my browser and I type in my user/pass it works. Thank you very much for your time Really appreciate! On Thu, Jun 3, 2010 at 8:11 PM, Pid wrote: > On 03/06/2010 15:2

Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Gheorghe Pucea
List > Subject: Re: HTTP Status 400 - Invalid direct reference to form login page! > > On 03/06/2010 15:29, Gheorghe Pucea wrote: > > Hello, > > > > I have a problem with my Tomcat instance, I'm using: > > > > Tomcat 6.0.26 > > Java jdk 1.5.

Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Gheorghe Pucea
7;d worked. > > -Original Message- > From: Gheorghe Pucea [mailto:george.pu...@gmail.com] > Sent: Thursday, June 03, 2010 9:30 AM > To: users@tomcat.apache.org > Subject: HTTP Status 400 - Invalid direct reference to form login page! > > Hello, > > > > I have

HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Gheorghe Pucea
Hello, I have a problem with my Tomcat instance, I'm using: Tomcat 6.0.26 Java jdk 1.5.0_17 Windows XP SP3 I have implemented a JAAS login module for my application and everything goes fine except from one thing. Here are the steps that I am doing: 1)Request a protected resource -> t