Hi, On 26.05.2010 22:27, Mike Moulton wrote: > I have the need to bind different FormAuthenticationHandler's to different > paths. Looking at the AuthenticationHandler interface there is support for > binding a handler to a path, however the implementation of > FormAuthenticationHandler as it is today does not seem to support this. > > Are there any reasons that the FormAuthenticationHandler can't simply be made > a configuration factory? If so, I will work on a patch for this.
No, it just has not been intended right now. But from my POV nothing prevents us to organize the handler for configuration factories. Now, what exactly would be your use case for having multiple handlers ? Would they be configured the same but all registered for a different path ? This could probably be solved by making the path property multi-value. Would they be configured differnety ? This would have to be solved using configuration factories, no problem for me. Would they have to share the TokenStore or would each handler instance have its own token store ? Regards Felix > > -- Mike > > > :: mike moulton > :: meltmedia > :: > :: [email protected] > :: 602.648.6810 | direct > :: 602.432.2568 | iphone > :: mmoulton66 | aim > >
