mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Sample package name updates
This commit is contained in:
parent
ace6d225b4
commit
13af4b95a2
@ -69,12 +69,4 @@
|
|||||||
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
|
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
||||||
<!--
|
|
||||||
- Publishes events for session creation and destruction through the application
|
|
||||||
- context. Optional unless concurrent session control is being used.
|
|
||||||
-->
|
|
||||||
<listener>
|
|
||||||
<listener-class>org.springframework.security.ui.session.HttpSessionEventPublisher</listener-class>
|
|
||||||
</listener>
|
|
||||||
|
|
||||||
</web-app>
|
</web-app>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<%@ page import="org.springframework.security.core.AuthenticationException" %>
|
<%@ page import="org.springframework.security.core.AuthenticationException" %>
|
||||||
<%@ page import="org.springframework.security.ui.AbstractProcessingFilter" %>
|
<%@ page import="org.springframework.security.web.authentication.AbstractProcessingFilter" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@ -15,4 +15,4 @@
|
|||||||
</font>
|
</font>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
<%@ taglib prefix='c' uri='http://java.sun.com/jstl/core_rt' %>
|
<%@ 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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@ -11,16 +8,16 @@
|
|||||||
<body onload="document.f.j_username.focus();">
|
<body onload="document.f.j_username.focus();">
|
||||||
<h1>Login</h1>
|
<h1>Login</h1>
|
||||||
|
|
||||||
<P>Valid users:
|
<p>Valid users:
|
||||||
<P>
|
<p>
|
||||||
<P>username <b>rod</b>, password <b>koala</b>
|
<p>username <b>rod</b>, password <b>koala</b>
|
||||||
<P>username <b>dianne</b>, password <b>emu</b>
|
<p>username <b>dianne</b>, password <b>emu</b>
|
||||||
<p>username <b>scott</b>, password <b>wombat</b>
|
<p>username <b>scott</b>, password <b>wombat</b>
|
||||||
<p>username <b>peter</b>, password <b>opal</b> (user disabled)
|
<p>username <b>peter</b>, password <b>opal</b> (user disabled)
|
||||||
<p>username <b>bill</b>, password <b>wombat</b>
|
<p>username <b>bill</b>, password <b>wombat</b>
|
||||||
<p>username <b>bob</b>, password <b>wombat</b>
|
<p>username <b>bob</b>, password <b>wombat</b>
|
||||||
<p>username <b>jane</b>, password <b>wombat</b>
|
<p>username <b>jane</b>, password <b>wombat</b>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<%-- this form-login-page form is also used as the
|
<%-- this form-login-page form is also used as the
|
||||||
form-error-page to ask for a login again.
|
form-error-page to ask for a login again.
|
||||||
|
@ -1,47 +0,0 @@
|
|||||||
<%@ 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" %>
|
|
||||||
|
|
||||||
<!-- Not used unless you declare a <form-login login-page="/login.jsp"/> element -->
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>CUSTOM SPRING SECURITY LOGIN</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body onload="document.f.j_username.focus();">
|
|
||||||
<h1>CUSTOM SPRING SECURITY LOGIN</h1>
|
|
||||||
|
|
||||||
<P>Valid users:
|
|
||||||
<P>
|
|
||||||
<P>username <b>rod</b>, password <b>koala</b>
|
|
||||||
<br>username <b>dianne</b>, password <b>emu</b>
|
|
||||||
<br>username <b>scott</b>, password <b>wombat</b>
|
|
||||||
<br>username <b>peter</b>, password <b>opal</b>
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<%-- this form-login-page form is also used as the
|
|
||||||
form-error-page to ask for a login again.
|
|
||||||
--%>
|
|
||||||
<c:if test="${not empty param.login_error}">
|
|
||||||
<font color="red">
|
|
||||||
Your login attempt was not successful, try again.<br/><br/>
|
|
||||||
Reason: <c:out value="${SPRING_SECURITY_LAST_EXCEPTION.message}"/>.
|
|
||||||
</font>
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
<form name="f" action="<c:url value='j_spring_security_check'/>" method="POST">
|
|
||||||
<table>
|
|
||||||
<tr><td>User:</td><td><input type='text' name='j_username' value='<c:if test="${not empty param.login_error}"><c:out value="${SPRING_SECURITY_LAST_USERNAME}"/></c:if>'/></td></tr>
|
|
||||||
<tr><td>Password:</td><td><input type='password' name='j_password'></td></tr>
|
|
||||||
<tr><td><input type="checkbox" name="_spring_security_remember_me"></td><td>Don't ask for my password for two weeks</td></tr>
|
|
||||||
|
|
||||||
<tr><td colspan='2'><input name="submit" type="submit"></td></tr>
|
|
||||||
<tr><td colspan='2'><input name="reset" type="reset"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
</form>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
x
Reference in New Issue
Block a user