Add the tag library definition so the tests actually do what they are supposed to.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 7 Jan 2010 17:36:27 +0000 (17:36 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 7 Jan 2010 17:36:27 +0000 (17:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@896937 13f79535-47bb-0310-9956-ffa450edef68

test/webapp/bug45451b.jsp
test/webapp/bug45451c.jsp

index 686a4eb..3f3e166 100644 (file)
@@ -15,4 +15,5 @@
   limitations under the License.
 --%>
 <%@page isELIgnored="false" %>
+<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
 <%@ include file="bug45451.jspf" %>
index fdc2d19..a1b8b06 100644 (file)
@@ -15,4 +15,5 @@
   limitations under the License.
 --%>
 <%@page isELIgnored="true" %>
+<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
 <%@ include file="bug45451.jspf" %>