Hello,
I have the <global-method-security secured-annotations="enabled" />
defined in the security context.xml file.
Then, I annotated a method with @Secured("ADMIN"), but regardless of the role with which I log in with, the method runs anyway!
I've tried using pointcuts as an alternative, but that didn't work either.
Any ideas why this would be happening would be appreciated.
Thanks
L


Reply With Quote
