Hi As I understood from the documentation, a checked exception will be thrown if for eg. a user does not have the role specified by @RequiresRoles. But nothing's happening, the method gets executed regardless. In my particular case I want the method to fire only when a user of a particular role is logged in, but that method is executing even if I try after logout. What am I missing :|
Animesh
