Hi All I am using shiro to handle my authentication and Authorization for pages and some components. My current problem is that the page is Annotated like so @ShiroSecurityConstraint(constraint = ShiroConstraint.LoggedIn). The problem is I keep getting an java.lang.IllegalStateException: missing behavior definition for the preceding method call:
Has anyone been able to test a page using the Shiro Annotation Provider or even Spring Security. Thanks David
