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
the simplest i used to code this...
<% if (request.getRemoteUser()== null) {%> <%}%>