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
Here's how I am doing this:
<%@ page import="org.springframework.security.context.SecurityContextHolder" %>
Let me know if this works for you too...
-aj