-
BasicAclEntryVoter
I need the BasicAclEntryVoter, but.. kan anybody tell me how i can get this working.
I tried to get the BasicAclEntryVoter from cvs compile it and put it in the right package.
the following message while show:
Code:
java.lang.SecurityException: class "net.sf.acegisecurity.vote.BasicAclEntryVoter"'s signer information does not match signer information of other classes in the same package
Next thing i tried is the acegi 0.7 snapshot which contains BasicAclEntryVoter. but other message will show:
Code:
java.lang.ClassNotFoundException: net.sf.acegisecurity.ui.AutoIntegrationFilter
Don't really know why this filter is removed/renamed.
Could you help me out?
-
The signing error is because you're using an official release JAR and then tried to add another class that was not signed. You're best off building from CVS.
The AutoIntegrationFilter has been removed, along with other changes. See the "0.6 to 0.7.0" update instructions link at http://acegisecurity.sourceforge.net