[Acegisecurity-developer] AbstractProcessingFilter and multiple home pages support

2006-02-07 Thread Sergio Bossa
Hello all, Acegi seems to currently miss multiple home pages support depending on the actual user class. IMHO this is a very useful feature, because it is a common task to redirect toward a different home page after successfull login. One implementation could be to add a call to a template

Re: [Acegisecurity-developer] AbstractProcessingFilter and multiple home pages support

2006-02-07 Thread Ben Alex
Sergio Bossa wrote: One implementation could be to add a call to a template method into AbstractProcessingFilet.successfulAuthentication(HttpServletRequest request, HttpServletResponse response, Authentication authResult) method, something like : You could also write your own custom