From be62979a01b5919dae674545e8e9ee9f9a61b395 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 15 Feb 2008 12:15:20 +0000 Subject: [PATCH] Switch JSTL back to 1.1.2. --- samples/contacts/src/main/webapp/casfailed.jsp | 2 -- samples/preauth/pom.xml | 2 +- samples/tutorial/pom.xml | 2 +- samples/tutorial/src/main/webapp/WEB-INF/jsp/listAccounts.jsp | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/samples/contacts/src/main/webapp/casfailed.jsp b/samples/contacts/src/main/webapp/casfailed.jsp index 6e5bf6af70..787045c376 100644 --- a/samples/contacts/src/main/webapp/casfailed.jsp +++ b/samples/contacts/src/main/webapp/casfailed.jsp @@ -1,5 +1,3 @@ -<%@ taglib prefix='c' uri='http://java.sun.com/jstl/core' %> -<%@ page import="org.springframework.security.ui.AbstractProcessingFilter" %> <%@ page import="org.springframework.security.AuthenticationException" %> diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml index eb3dc8072f..2cb1207cb2 100644 --- a/samples/preauth/pom.xml +++ b/samples/preauth/pom.xml @@ -42,7 +42,7 @@ javax.servlet jstl - 1.2 + 1.1.2 runtime diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 2d5b504422..5bfc4fc500 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -42,7 +42,7 @@ javax.servlet jstl - 1.2 + 1.1.2 runtime diff --git a/samples/tutorial/src/main/webapp/WEB-INF/jsp/listAccounts.jsp b/samples/tutorial/src/main/webapp/WEB-INF/jsp/listAccounts.jsp index 07ca81dd20..f06bb205f1 100644 --- a/samples/tutorial/src/main/webapp/WEB-INF/jsp/listAccounts.jsp +++ b/samples/tutorial/src/main/webapp/WEB-INF/jsp/listAccounts.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>

Accounts