I want to show content to any user that is logged in and to hide if they are not logged in. I\'m using jsp\'s and spring security.
Obviously a home grown solution i
How about:
<%@ taglib uri="http://acegisecurity.org/authz" prefix="authz" %>