<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %> Secure Page

Secure Page

This is a protected page. You can get to me if you've been remembered, or if you've authenticated this session.

<%if (request.isUserInRole("ROLE_SUPERVISOR")) { %> You are a supervisor! You can therefore see the extremely secure page.

<% } %>

Home

" method="post"> (also clears any remember-me cookie)