Re: Acegi (Spring Security)

2007-09-19 Thread Ian Godman
The fix I came up with was to get the Authentication from my session class. Ian - Original Message From: Thies Edeling [EMAIL PROTECTED] To: users@wicket.apache.org Sent: Tuesday, 18 September, 2007 11:19:20 PM Subject: Re: Acegi (Spring Security) Did you manage to fix this ? I have

Re: Acegi (Spring Security)

2007-09-18 Thread Thies Edeling
Did you manage to fix this ? I have the exact same symptom, user authenticates fine (org.acegisecurity.event.authentication.LoggerListener - Authentication event AuthenticationSuccessEvent: thies; details: null) but authentication is not set in the context. Thies Ian Godman wrote: Hi I am

Re: Acegi (Spring Security)

2007-09-15 Thread Erik van Oosten
Ian, With this symptom I would guess that the Acegi filter is not installed on all URLs that the Wicket application is handling. It is not likely a Wicket problem as your code goes directly to Acegi's threadlocal. If you're deploying to a clustered environment a lot of interesting session

Re: Acegi (Spring Security)

2007-09-14 Thread John Krasnay
On Fri, Sep 14, 2007 at 04:05:47PM +0200, Ian Godman wrote: Does anyone have any experience with Wicket/Acegi or know how Wicket deals with Acegi integration? I need ideas of where to look. Ian Can you post the Spring configuration for your Acegi beans? jk