All, Using TC4.0.4 with JDBC Realm. Everything works fine but I'm trying to write a servlet to act as the <form-login-page>.
If the servlet gets the username and password and then redirects to /j_security_check, obviously I get a "Invalid direct reference to form login page". As I know what the page is that I need TC to send the client to upon successful authentication, how do I pass this on to the realm? I guess what I'm trying to ask is how do I artificially set the protected <url-pattern> such that if a user tries to log in without trying to access a protected page, I can insert that access to the request. Any help appreciated. -Dan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
