Re: problem with Invalid direct reference to form login page

2009-12-25 Thread Pid
On 24/12/2009 17:38, scorpioy wrote: Thanks for the reply. I think I'm not really accessing the login page. I just have a copy of it and named it as login_auto.jsp. This page is not registered in web.xml, and is not under any restricted path. I just let servlet to forward to this page, then

problem with Invalid direct reference to form login page

2009-12-24 Thread scorpioy
for me is the normal login page will have a jsessionid automatically. But my copy of login page does not. Then the page hits the problem of 'Invalid direct reference to form login page'. So I guess I just need create a jsessionid manually, then it's fine to do the login automatically. How can I create

Re: problem with Invalid direct reference to form login page

2009-12-24 Thread Mark Thomas
On 24/12/2009 16:32, scorpioy wrote: The problem for me is the normal login page will have a jsessionid automatically. But my copy of login page does not. Then the page hits the problem of 'Invalid direct reference to form login page'. So I guess I just need create a jsessionid manually

Re: problem with Invalid direct reference to form login page

2009-12-24 Thread scorpioy
automatic form login for the user. Can I do that? -- View this message in context: http://old.nabble.com/problem-with-Invalid-direct-reference-to-form-login-page-tp26915415p26915898.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: problem with Invalid direct reference to form login page

2009-12-24 Thread André Warnier
scorpioy wrote: Thanks for the reply. I think I'm not really accessing the login page. I just have a copy of it and named it as login_auto.jsp. This page is not registered in web.xml, and is not under any restricted path. I just let servlet to forward to this page, then let javascript in this