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

2006-02-08 Thread Sergio Bossa
Ben Alex wrote: You could also write your own custom AuthenticationEntryPoint, which is probably preferable to subclassing. Thanks for your reply, Ben. I don't see how implementing a custom AuthenticationEntryPoint would solve my problem, which is not related to the login page, but rather

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

2006-02-08 Thread Ben Alex
Sergio Bossa wrote: I don't see how implementing a custom AuthenticationEntryPoint would solve my problem, which is not related to the login page, but rather to the page displayed after successfull login. It could be done by using the AuthenticationEntryPoint to modify the target URL defined