It looks like the UnanimousBased decision manager passes each config attribute in one at a time rather than just making sure the user has one of the roles. That would mean that the user would need to...
Type: Posts; User: hdeadman; Keyword(s):
It looks like the UnanimousBased decision manager passes each config attribute in one at a time rather than just making sure the user has one of the roles. That would mean that the user would need to...
Have you tried using org.springframework.security.vote.AffirmativeBased instead of the UnanimousBased?