Re: Problem on wicket-auth-role ve Spring-security integration

2010-12-02 Thread Fernando Wermus
try wicket-shiro! On Thu, Dec 2, 2010 at 7:33 AM, alex shubert wrote: > Let me guess may be the reason is that document is pretty outdated > and provides no help if one looking for a how-to manual? > It just looks pretty useless for whos already familiar with JAAS and > SpringSecurity 'cos t

Re: Problem on wicket-auth-role ve Spring-security integration

2010-12-02 Thread alex shubert
Let me guess may be the reason is that document is pretty outdated and provides no help if one looking for a how-to manual? It just looks pretty useless for whos already familiar with JAAS and SpringSecurity 'cos they will not found anything new and almost unhelpful for whom doesn't . :) For

Re: Problem on wicket-auth-role ve Spring-security integration

2010-12-02 Thread Altuğ Bilgin Altıntaş
why you don't just use Spring Security + Wicket ? 2010/12/2 Taner Diler > 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 @AuthorizeInsta

Problem on wicket-auth-role ve Spring-security integration

2010-12-01 Thread Taner Diler
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 A