[Acegisecurity-developer] ROLE of ACLS in ACEGI SPRING

2007-02-16 Thread Rajneesh Bhandari
Query: I understand the ACL is Access control list. But I don't understand is this 1. Can I put the URLS in the ACL? and if yes how ? 2. Can I put the Classes in the ACL? and if yes how? 3. I want to take the database model.

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Kyle Mallory
Carlos, exclusions are for things you DON'T want. If you exclude a dependency, that one and all its children will be excluded, so you don't need to go one by one if you want a different version you have to explicitly add that as a dependency and maven will use YOUR version instead of the one

[Acegisecurity-developer] Runtime configuration of the

2007-02-16 Thread Rajneesh Bhandari
Is there any mechanism of providing the support of changing the URL patterns(Secured resouce) on the Runtime. Why do we require? Our security application is independent of the applications. What we want is that when ever we add a new application we should be able to add the New URL in

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Bertrand Renuart
Kyle, Tell me if I'm wrong but I suspect you tried Acegi versions prior 1.0.3 - right? If this is the case, I recommend you clean your Maven local repository (delete the .m2/repository directory) - then retry your build. Something tells me the problem will be gone :) Then tell us the result. If

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Matt Raible
I'm willing to bet this problem is caused by using the full Spring dependency rather than fine-grained Spring dependencies. I use the full Spring dependency and have experienced this issue as well. It's too bad there's not a way in Maven to say this JAR overrides all others. Here's what I've

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Carlos Sanchez
First, i'm very familiar with how acegi m2 build works, and I do know how Maven resolves transitive dependencies. In both cases i can say that I wrote it, literally ;) if you do take a look to the library folder you will see that there are no jars in both 1.2.8 and 2.0.2, they are all different.

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Carlos Sanchez
On 2/16/07, Matt Raible [EMAIL PROTECTED] wrote: I'm willing to bet this problem is caused by using the full Spring dependency rather than fine-grained Spring dependencies. I use the full Spring dependency and have experienced this issue as well. It's too bad there's not a way in Maven to