Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-01-10 02:03:27 +0000
committerGreg Wilkins2013-01-10 02:03:27 +0000
commit8deb1222dbe58c315476fb936d8ec34ba9c6a233 (patch)
treea98dbd336e3bd6f868aa5e2889c44a9a3e6e769b
parenta17a290eb5a9498ed28881666d30872be185d8e4 (diff)
downloadorg.eclipse.jetty.project-8deb1222dbe58c315476fb936d8ec34ba9c6a233.tar.gz
org.eclipse.jetty.project-8deb1222dbe58c315476fb936d8ec34ba9c6a233.tar.xz
org.eclipse.jetty.project-8deb1222dbe58c315476fb936d8ec34ba9c6a233.zip
Making change to reintroduce this test to merged 8
-rw-r--r--tests/test-integration/src/test/java/org/eclipse/jetty/test/jsp/JspAndDefaultWithoutAliasesTest.java1
1 files changed, 1 insertions, 0 deletions
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 9f20d3a73d..fbe88dd69d 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.

Back to the top