On 8/16/07, Kheldar666 <[EMAIL PROTECTED]> wrote:
>
> I may have two questions :
>
> - First is it normal that you choose not to use the
> SecurityContextHolderAwareRequestFilter ? I used this :

Is it needed? Can the filter be found without using spring beans? I
want the library to be completly free of spring dependencies (I know I
can't avoid Acegi using spring, but the library doesn't need to.

> - I tryied to use the "loggout" feature, but it seams not working : Error
> 404 when calling /j_acegi_logout. Should I add something somewhere ?

The idea is to use the LogoutService.

@Inject
LogoutService logoutService;

logoutService.logout();

If that doesn't work, something is wrong :)

-- 
        regards,
        Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to