[Acegisecurity-developer] [PATCH] Prevent AnonymousProcessingFilter from creating HttpSessions

2005-07-21 Thread mike perham
>From the patch: > /** >* Controls whether the filter will remove the Anonymous token >* after the request is complete. Since HttpSessionContextIntegrationFilter >* will create a session for every context that is non-default, this filter > has >* the unfortunate result that any

Re: [Acegisecurity-developer] New Developer

2005-07-21 Thread Ray Krueger
I totally forgot to mention this... Mark we have an open source license from the folks at IntelliJ for use in developing Acegi. If you would like to use IDEA as your ide let me know and I can send you the info. Welcome to the team, -Ray On 7/19/05, Amad Fida <[EMAIL PROTECTED]> wrote: > Congratul

Re: [Acegisecurity-developer] behavior of JaasNameCallbackHander

2005-07-21 Thread Ray Krueger
I'll double check but I'm pretty sure that's a bug. If so I'll get it committed either tonight or tomorrow. US time that is :P -Ray On 7/21/05, Tim Kettering <[EMAIL PROTECTED]> wrote: > > > > > > I was tracking down some issues that came up after we started using our own > UserDetails ob

[Acegisecurity-developer] behavior of JaasNameCallbackHander

2005-07-21 Thread Tim Kettering
  I was tracking down some issues that came up after we started using our own UserDetails object in the principal of Authentication.    This method in JaasNameCallbackHandler seems to be calling the incorrect method.  In AbstractAuthenticationHandler, the methods called are ‘authentication