|
@@ -1,7 +1,4 @@
|
|
|
<%@ taglib prefix='c' uri='http://java.sun.com/jstl/core_rt' %>
|
|
|
-<%@ page import="org.springframework.security.ui.AbstractProcessingFilter" %>
|
|
|
-<%@ page import="org.springframework.security.ui.webapp.AuthenticationProcessingFilter" %>
|
|
|
-<%@ page import="org.springframework.security.core.AuthenticationException" %>
|
|
|
|
|
|
<html>
|
|
|
<head>
|
|
@@ -11,16 +8,16 @@
|
|
|
<body onload="document.f.j_username.focus();">
|
|
|
<h1>Login</h1>
|
|
|
|
|
|
- <P>Valid users:
|
|
|
- <P>
|
|
|
- <P>username <b>rod</b>, password <b>koala</b>
|
|
|
- <P>username <b>dianne</b>, password <b>emu</b>
|
|
|
- <p>username <b>scott</b>, password <b>wombat</b>
|
|
|
- <p>username <b>peter</b>, password <b>opal</b> (user disabled)
|
|
|
- <p>username <b>bill</b>, password <b>wombat</b>
|
|
|
- <p>username <b>bob</b>, password <b>wombat</b>
|
|
|
- <p>username <b>jane</b>, password <b>wombat</b>
|
|
|
- <p>
|
|
|
+ <p>Valid users:
|
|
|
+ <p>
|
|
|
+ <p>username <b>rod</b>, password <b>koala</b>
|
|
|
+ <p>username <b>dianne</b>, password <b>emu</b>
|
|
|
+ <p>username <b>scott</b>, password <b>wombat</b>
|
|
|
+ <p>username <b>peter</b>, password <b>opal</b> (user disabled)
|
|
|
+ <p>username <b>bill</b>, password <b>wombat</b>
|
|
|
+ <p>username <b>bob</b>, password <b>wombat</b>
|
|
|
+ <p>username <b>jane</b>, password <b>wombat</b>
|
|
|
+ <p>
|
|
|
|
|
|
<%-- this form-login-page form is also used as the
|
|
|
form-error-page to ask for a login again.
|