Hi,

I'm trying to integrate Wicket-auth-roles 1.4.9 and Spring Security 3.0.4 by
following
https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html.

@AuthorizeAction and @AuthorizeInstantiation annotations are not working.

The blog says "

The only filter we need defined from Acegi is the
HttpSessionContextIntegrationFilter. This filter will ensure that the
SecurityContext is transported to and from the HttpSession onto the Thread
context. All authorization is delegated to the wicket-auth-roles module
which uses Annotations (@AuthorizeInstantiation)."

So how can I make configuration to provide this?

Reply via email to