From 8deb1222dbe58c315476fb936d8ec34ba9c6a233 Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Thu, 10 Jan 2013 13:03:27 +1100 Subject: [PATCH] Making change to reintroduce this test to merged 8 --- .../eclipse/jetty/test/jsp/JspAndDefaultWithoutAliasesTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-integration/src/test/java/org/eclipse/jetty/test/jsp/JspAndDefaultWithoutAliasesTest.java b/tests/test-integration/src/test/java/org/eclipse/jetty/test/jsp/JspAndDefaultWithoutAliasesTest.java index 9f20d3a73df..fbe88dd69d3 100644 --- a/tests/test-integration/src/test/java/org/eclipse/jetty/test/jsp/JspAndDefaultWithoutAliasesTest.java +++ b/tests/test-integration/src/test/java/org/eclipse/jetty/test/jsp/JspAndDefaultWithoutAliasesTest.java @@ -48,6 +48,7 @@ import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameters; + /** * Test various paths for JSP resources that tickle various java.io.File bugs to get around the JspServlet matching, that then flows to the DefaultServlet to be * served as source files.