Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Bizarre! MS FrontPage launches after form-based authentication

843834May 29 2002 — edited Nov 2 2002
I'm experiencing some very interesting behavior.

I'm using form-based authentication to secure all (/*) pages of my Tomcat 4.0.3 web-app. When an un-authenticated user tries to access a secured resource, they are rightly forwarded to the correct login.jsp page as detailed in the <login-conf> element of my web.xml file.

The login page has the appropriate <form action="j_security_check" method="post"> form
and two text fields named "j_username" and "j_password".

The problem is that when a tomcat-user with the appropriate role logs in, MS FrontPage launches instead of the request being forwarded to the requested resource!!!

Can anyone explain this behavior?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2002
Added on May 29 2002
3 comments
118 views