I just noticed the following in the logs:
org.springframework.security.access.vote.AffirmativeBased - Voter: org.springframework.security.access.vote.RoleVoter@4d051922, returned: 1
To me that...
Type: Posts; User: denarced; Keyword(s):
I just noticed the following in the logs:
org.springframework.security.access.vote.AffirmativeBased - Voter: org.springframework.security.access.vote.RoleVoter@4d051922, returned: 1
To me that...
I'm not sure on how to check the first one, but the second should be easy: define bean with the same ID in several places. If there's no errors, the contexts are separate. Correct?
This problem is a long term battle and I've been trying to solve it every now and then. I took a look at the logs and thought that the method security is actually working, it's just authorizing...
Hi,
How would you break @Secured annotations in such a way that it appears as if it's being ignored completely? And how would you verify this in some other way besides system testing? Using for...