Browse Source

Switch JSTL back to 1.1.2.

2.0.x
Luke Taylor 18 years ago
parent
commit
be62979a01
  1. 2
      samples/contacts/src/main/webapp/casfailed.jsp
  2. 2
      samples/preauth/pom.xml
  3. 2
      samples/tutorial/pom.xml
  4. 2
      samples/tutorial/src/main/webapp/WEB-INF/jsp/listAccounts.jsp

2
samples/contacts/src/main/webapp/casfailed.jsp

@ -1,5 +1,3 @@ @@ -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" %>
<html>

2
samples/preauth/pom.xml

@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>

2
samples/tutorial/pom.xml

@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>

2
samples/tutorial/src/main/webapp/WEB-INF/jsp/listAccounts.jsp

@ -1,4 +1,4 @@ @@ -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"%>
<h1>Accounts</h1>

Loading…
Cancel
Save