posted 7 years ago
Hi,
I am new to spring.I am trying to implement method level permission access using @PreAuthorize annotation.
Please find below all the code I have written to build sample application.
I have made changes to my web.xml,mvcWeb-servlet.xml mvcWeb-security-servlet.xml.
I am getting below exception when it reaches HelloWebPermissionEvaluator class which implements PermissionEvaluator.
Do I have to add any thing more?Am I missing out something.
I am getting exception
Thanks!