I have set up the standard form authentication which posts to the url '/j_security_check' with two forms Home.htm and AccessDenied.htm.
If I fail log in 1) The sitewide filter is not called upon receiving the j_security_check POST 2) It does determine the failure and chains to Home.htm 3) It doesn't call the sitewide filter before servicing Home.htm 4) It loads Tapestry ApplicationServlet with servlet path /Home.htm I have a sitewide filter mapping '/*' so all requests should pass through it. Shouldn't they ? Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]