Hi,

if you can ensure that the AnonymousProcessingFilter is applied to every
anonymous request and if it is configured like
http://www.acegisecurity.org/docbook/acegi.html#security-ui-anonymous
you can try this:

<authz:authorize ifNotGranted="ROLE_ANONYMOUS">
        <!-- WHATEVER -->
</authz:authorize>

Johannes


Richard Han wrote:
>  
> Hi there,
> 
> How do you check a user has logged in? I just want to only display the
> logout link when a user has logged in.
> 
> Thanks
> 
> Richard



_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to