<%@ taglib prefix='c' uri='http://java.sun.com/jstl/core' %> <%@ page import="org.acegisecurity.ui.AbstractProcessingFilter" %> <%@ page import="org.acegisecurity.AuthenticationException" %> Switch User

Switch to User

Valid users:

username marissa, password koala

username dianne, password emu

username scott, password wombat

username bill, password wombat

username bob, password wombat

username jane, password wombat

<%-- this form-login-page form is also used as the form-error-page to ask for a login again. --%> Your 'su' attempt was not successful, try again.

Reason: <%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.ACEGI_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>

User: