S***@otpp.com
2006-03-20 21:30:50 UTC
Hello all,
Here is my problem: I have an application that uses form based authentication to protect all of its jsp pages.
The initial user log-on goes as planned and works fine.
After a session time-out, a user gets kicked back out into the logon page configured for the form based authentication. All is well up to this point. After re-logging in, the user is supposed to go to his/her requested page, however in the server logs, I see this error:
WebCollaborat A SECJ0056E: Authentication failed for reason <null>
and the user is now redirected to the error page without hitting the intended page. If the user now types in the URL to go into the secure area of the site, it works fine and no error shows up. I'm having this weird behaviour show up in both IE and firefox.
The authentication is done via an LDAP user registry (configured in Active Directory). It is weird how the initial log-in goes without a hitch but the log-in after a time-out does not go as planned.
I would appreciate any input and direction as to how to resolve this issue.
Thank you in advance!
Regards,
Steve
Here is my problem: I have an application that uses form based authentication to protect all of its jsp pages.
The initial user log-on goes as planned and works fine.
After a session time-out, a user gets kicked back out into the logon page configured for the form based authentication. All is well up to this point. After re-logging in, the user is supposed to go to his/her requested page, however in the server logs, I see this error:
WebCollaborat A SECJ0056E: Authentication failed for reason <null>
and the user is now redirected to the error page without hitting the intended page. If the user now types in the URL to go into the secure area of the site, it works fine and no error shows up. I'm having this weird behaviour show up in both IE and firefox.
The authentication is done via an LDAP user registry (configured in Active Directory). It is weird how the initial log-in goes without a hitch but the log-in after a time-out does not go as planned.
I would appreciate any input and direction as to how to resolve this issue.
Thank you in advance!
Regards,
Steve