j_security_check "invalid direct reference" problem

2003-01-13 Thread Willie Vu
Dear Tomcat User, If a user bookmarks and accesses the login page directly, Tomcat will display "Invalid Direct Reference" error because it doesn't know what page to redirect a client after login. If you are using form-based authentication, you probably run into this "Invalid Direct Reference" pr

RE: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Willie Vu
tober 05, 2001 11:56 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Question on FORM based authentication in Tomcat 4.0 > > > > > On Fri, 5 Oct 2001, Willie Vu wrote: > > > Date: Fri, 5 Oct 2001 11:27:59 +0800 > > From: Willie Vu <[EMAIL PROTE

Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Willie Vu
I would like to achieve the following: - allow user to login directly without first accessing a protected area. After successful login, I want to forward the user to a default mypage.jsp. To do the above, I have to detect if login page is accessed directly. If so, I need to force in the default

form login page is not encoded when cookie is disabled

2001-09-21 Thread Willie Vu
I have the following problem when cookie (on my computer and per-session) is disabled. I'm using IE 5.5 and Tomcat 3.2.3. I set up a restricted area for URL pattern /user. Before I login, I go to http://localhost:8080/abc/user/index.jsp. Tomcat automatically forwards to the form login page htt