Re: [Acegisecurity-developer] DaoAuthenticationProvider: Ordering of exceptions...

2005-05-17 Thread Ben Alex
Wesley Hall wrote: So in conclusion, I am suggesting a change of order to... username valid? account locked? password correct? account enabled? account expired? password expired? Does this make sense? Am I missing anything else? I agree, that makes sense. I have made the change in CVS. Thanks Ben

Re: [Acegisecurity-developer] DaoAuthenticationProvider: Ordering of exceptions...

2005-05-16 Thread Ben Alex
Wesley Hall wrote: Hello, I hope everyone is well. I wanted to query the ordering of the exceptions thrown by the DaoAuthenticationProvider class. It seems that the authenticate method will first check that the user (with the specified username) can be loaded, next it will check the status of

Re: [Acegisecurity-developer] DaoAuthenticationProvider: Ordering of exceptions...

2005-05-16 Thread Wesley Hall
Ben Alex wrote: Wesley Hall wrote: Hello, I hope everyone is well. I wanted to query the ordering of the exceptions thrown by the DaoAuthenticationProvider class. It seems that the authenticate method will first check that the user (with the specified username) can be loaded, next it will check

[Acegisecurity-developer] DaoAuthenticationProvider: Ordering of exceptions...

2005-05-15 Thread Wesley Hall
Hello, I hope everyone is well. I wanted to query the ordering of the exceptions thrown by the DaoAuthenticationProvider class. It seems that the authenticate method will first check that the user (with the specified username) can be loaded, next it will check the status of this user, such as