Hi, I am currently configuring my project to use spring-security 2.x with wicket-auth-roles and noticed that the http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html page is slightly out-of-date. Is it okay is I add a wicket 1.3.5 and spring security 2.x example?
Another thing I noticed is that in the example ( http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html) the Spring Security Filter is added to the web.xml. But I think this is only necessary if you also want to protect static resources right? Or is there another reason to add the Spring Security Filter? Thanks in advance, Lars
