From 86caf18b256a1d3403a4ff199b3eb9777500d7a4 Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 11 Mar 2013 18:05:10 -0400 Subject: [PATCH] VIVO-25 Fix cross-container errors in web.xml - 1 more JSP Correct the core URI in counter.jsp --- productMods/counter.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/counter.jsp b/productMods/counter.jsp index 954c1caa..0b8de8a7 100644 --- a/productMods/counter.jsp +++ b/productMods/counter.jsp @@ -1,6 +1,6 @@ <%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> -<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://djpowell.net/tmp/sparql-tag/0.1/" prefix="sparql" %> <%@ taglib uri="http://jakarta.apache.org/taglibs/string-1.1" prefix="str" %>