From 13af4b95a2c35685d9712a1326a0c65c9e3784b8 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 18 Apr 2009 06:04:56 +0000 Subject: [PATCH] Sample package name updates --- .../client/src/main/webapp/WEB-INF/web.xml | 8 ---- .../cas/client/src/main/webapp/casfailed.jsp | 4 +- samples/contacts/src/main/webapp/login.jsp | 23 ++++----- samples/tutorial/src/main/webapp/login.jsp | 47 ------------------- 4 files changed, 12 insertions(+), 70 deletions(-) delete mode 100644 samples/tutorial/src/main/webapp/login.jsp diff --git a/samples/cas/client/src/main/webapp/WEB-INF/web.xml b/samples/cas/client/src/main/webapp/WEB-INF/web.xml index d208d5e6d5..06f7840c2c 100644 --- a/samples/cas/client/src/main/webapp/WEB-INF/web.xml +++ b/samples/cas/client/src/main/webapp/WEB-INF/web.xml @@ -69,12 +69,4 @@ org.springframework.web.util.Log4jConfigListener - - - org.springframework.security.ui.session.HttpSessionEventPublisher - - diff --git a/samples/cas/client/src/main/webapp/casfailed.jsp b/samples/cas/client/src/main/webapp/casfailed.jsp index 73b1456d79..e9fcbdb452 100644 --- a/samples/cas/client/src/main/webapp/casfailed.jsp +++ b/samples/cas/client/src/main/webapp/casfailed.jsp @@ -1,5 +1,5 @@ <%@ page import="org.springframework.security.core.AuthenticationException" %> -<%@ page import="org.springframework.security.ui.AbstractProcessingFilter" %> +<%@ page import="org.springframework.security.web.authentication.AbstractProcessingFilter" %> @@ -15,4 +15,4 @@ - \ No newline at end of file + diff --git a/samples/contacts/src/main/webapp/login.jsp b/samples/contacts/src/main/webapp/login.jsp index d8a380ec02..cbeb816dd6 100644 --- a/samples/contacts/src/main/webapp/login.jsp +++ b/samples/contacts/src/main/webapp/login.jsp @@ -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" %> @@ -11,16 +8,16 @@

Login

-

Valid users: -

-

username rod, password koala -

username dianne, password emu -

username scott, password wombat -

username peter, password opal (user disabled) -

username bill, password wombat -

username bob, password wombat -

username jane, password wombat -

+

Valid users: +

+

username rod, password koala +

username dianne, password emu +

username scott, password wombat +

username peter, password opal (user disabled) +

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. diff --git a/samples/tutorial/src/main/webapp/login.jsp b/samples/tutorial/src/main/webapp/login.jsp deleted file mode 100644 index 61ac20f241..0000000000 --- a/samples/tutorial/src/main/webapp/login.jsp +++ /dev/null @@ -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" %> - - - - - - CUSTOM SPRING SECURITY LOGIN - - - -

CUSTOM SPRING SECURITY LOGIN

- -

Valid users: -

-

username rod, password koala -
username dianne, password emu -
username scott, password wombat -
username peter, password opal -

- - <%-- 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: . -
-
- -

- - - - - - - -
User:
Password:
Don't ask for my password for two weeks
- -
- - -