[Acegisecurity-developer] SpringMVC WizardFormController

2008-02-26 Thread cedric . alvarum
Hi, I'm quite new to acegi, and I'm struggling with implementing a specific process. I'm using a WizardFormController, and I would like to secure the process only after a certain page. Let's say that we can access page 1,2,3 of the process but that we need to be logged in for page 4 and 5. As I

Re: [Acegisecurity-developer] SpringMVC WizardFormController

2008-02-26 Thread Jose Soriano Bustos
Hello, if you use diferents methods for your WizardFormController, you can use a MethodSecurityInterceptor for that. Sorry for my bad english. Good Luck. --- [EMAIL PROTECTED] escribió: Hi, I'm quite new to acegi, and I'm struggling with implementing a specific process. I'm using a