Sorry, I misunderstood. we (Bryan Hunt in this case) implement GrantedAuthority. I've posted the complete class since it is not large.
The original version was exactly the same as below but...
Type: Posts; User: rawdave; Keyword(s):
Sorry, I misunderstood. we (Bryan Hunt in this case) implement GrantedAuthority. I've posted the complete class since it is not large.
The original version was exactly the same as below but...
Hi Francois
These are the equals and hashCode methods that I implemented following Rexxe's instructions. Perhaps that will help. I can tell you that adding these methods fixed the problem I was...
Hi Rexxe
Thanks for the code - implementing equals() and hashCode() as you suggested fixed the problem I was having too.
cheers
Dave
PS Ben, sorry for not following up your message earlier, "he...
Thanks for the reply.
OK, I'll double check the configuration.
Is there anything in particular that you think I should check?
thanks
Dave
Hi I'm using Acegi Security on a web app using Spring with a STRUTS UI. I think my filter configuration is OK as using the <authz:authorize> tag with the ifAllGranted attribute works fine.
...