From 2c6ab54d65580e4a6f395a6106c74060b93a45ed Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 7 Jan 2010 17:36:27 +0000 Subject: [PATCH] Add the tag library definition so the tests actually do what they are supposed to. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@896937 13f79535-47bb-0310-9956-ffa450edef68 --- test/webapp/bug45451b.jsp | 1 + test/webapp/bug45451c.jsp | 1 + 2 files changed, 2 insertions(+) diff --git a/test/webapp/bug45451b.jsp b/test/webapp/bug45451b.jsp index 686a4eb49..3f3e1664b 100644 --- a/test/webapp/bug45451b.jsp +++ b/test/webapp/bug45451b.jsp @@ -15,4 +15,5 @@ limitations under the License. --%> <%@page isELIgnored="false" %> +<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %> <%@ include file="bug45451.jspf" %> diff --git a/test/webapp/bug45451c.jsp b/test/webapp/bug45451c.jsp index fdc2d19a3..a1b8b06d0 100644 --- a/test/webapp/bug45451c.jsp +++ b/test/webapp/bug45451c.jsp @@ -15,4 +15,5 @@ limitations under the License. --%> <%@page isELIgnored="true" %> +<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %> <%@ include file="bug45451.jspf" %> -- 2.11.0