Borut Bolčina schrieb:
The solution is a three-liner:

    @Inject
    private AuthenticationProcessingFilter apf;

and
    apf.setAuthenticationFailureUrl("acme/login/failed");

in method
    void onActivate(EventContext eventContext)

Should have tried that before asking :-|

Thanks,
Borut

Not sure if you're done with that: What if user A requests your login page and user B ~at the same time~ the acme/login page? This would be a test case you have to double check.

Cheers,
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to