Re: [Acegisecurity-developer] User.equals method requires samesequence

2006-08-25 Thread Jason Yip
Regarding array equality, I'd interpret that as suggesting GrantedAuthorities should not be in an array but rather a Set. If they remain an array, then I think the current behaviour is correct... But I prefer the behaviour that Robert suggests so I don't think they should be in an array. It's a

Re: [Acegisecurity-developer] Dynamic defaultTargetUrl

2006-08-25 Thread Brian Pontarelli
I think the issue is that the login is a component that exists on many pages and the login/failure should return the user to the page they were viewing rather than a stock login/home page. The best bet at this point is probably to subclass APF and just redirect or forward back to a URL stored

Re: [Acegisecurity-developer] About The Following Acegi Releases

2006-08-25 Thread Luke Taylor
Hi Ben, As I mentioned on skype, I'd be for branching the code in the near future, so we can start working on some of the more major changes that might be in 1.1 but still allowing for bugfixes and minor additions to the 1.0.x releases. What does everyone think? Luke. Ben Alex wrote: Luo

Re: [Acegisecurity-developer] About The Following Acegi Releases

2006-08-25 Thread Luke Taylor
That's good. You'll be an expert on branching with subversion then :-). I'd like to get the automatic build upgraded to Maven 2 as well (and running again). There are a couple of issues I've come across so far: 1. The new site generation doesn't seem to support html files. Do you know if they

Re: [Acegisecurity-developer] Dynamic defaultTargetUrl

2006-08-25 Thread Ben Alex
Brian Pontarelli wrote: I think the issue is that the login is a component that exists on many pages and the login/failure should return the user to the page they were viewing rather than a stock login/home page. The best bet at this point is probably to subclass APF and just redirect or

Re: [Acegisecurity-developer] About The Following Acegi Releases

2006-08-25 Thread Ben Alex
Luke Taylor wrote: That's good. You'll be an expert on branching with subversion then :-). I'd like to get the automatic build upgraded to Maven 2 as well (and running again). There are a couple of issues I've come across so far: I am a BIG fan of moving to Maven 2 ASAP. Acegi Security is