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