<%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core' %> <%@ page import="org.springframework.security.ui.AbstractProcessingFilter" %> <%@ page import="org.springframework.security.ui.webapp.AuthenticationProcessingFilter" %> <%@ page import="org.springframework.security.AuthenticationException" %> Open ID Login

Please Enter Your OpenID Identity

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

Reason: <%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>
OpenID Identity:value='<%= session.getAttribute(AuthenticationProcessingFilter.SPRING_SECURITY_LAST_USERNAME_KEY) %>'>