Hey All,

Is there a way to get the FilterSecurityInterceptor that gets plugged into SecurityEnforcementFilter to accept ACL voting?

I've tried plugging an ACL voter in as a decisionVoter inside of the accessDecisionManager of the SecurityEnforcementFilter, but this doesn't ork - there is no way it knows what object I'm testing against.

I'm mainly trying to give access of a display url to a given user if that person is the owner of that display's object. Has anyone gotten anything like this to work?

Thanks,
James