>
> You won't be able to have the login form itself on the unsecured page, but
> you can easily provide a "Log In" button (say, on your home page) like
> this:
>
> * Make the log in button link to a resource in a protected directory
>
> * Make that resource just do a redirect back to the home page
>
> When the user clicks the log in button, the form based login page gets
> displayed (because the resource is protected).  After login is complete,
> Tomcat then executes the protected resource, which redirects back to the
> home page with the user being logged on already.

Could I lookup the form action value somehow and insert it into my own form?
That way I could fake it - I think :-)


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to