Hi, In IRoleCheckingStrategy, the method hasAnyRole() only gets a collection of roles to check against. Would it be possible to pass the component that is checked as well?
I'm trying to integrate Wicket with Acegi security, and I want to let Acegi's AccessDecisionManager check if the instantiation or action is authorized or not. But I need to pass the 'secured object', which is the component in my case. I can provide a patch, if anyone wants it. Thanks, Bart.