Results 1 to 2 of 2

Thread: BasicAclEntryVoter

  1. #1
    Join Date
    Oct 2004
    Location
    Holland
    Posts
    15

    Default 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?

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    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

Similar Threads

  1. BasicAclEntryVoter for multiple objects
    By garyfisher in forum Security
    Replies: 4
    Last Post: Apr 3rd, 2005, 04:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •