This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new be14fe3 Fix back-port be14fe3 is described below commit be14fe3a085c99a6108c4798fae016d13303f94d Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jul 23 13:00:41 2019 +0100 Fix back-port --- test/org/apache/catalina/connector/TestCoyoteAdapterRequestFuzzing.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/connector/TestCoyoteAdapterRequestFuzzing.java b/test/org/apache/catalina/connector/TestCoyoteAdapterRequestFuzzing.java index 453e04a..0c6f520 100644 --- a/test/org/apache/catalina/connector/TestCoyoteAdapterRequestFuzzing.java +++ b/test/org/apache/catalina/connector/TestCoyoteAdapterRequestFuzzing.java @@ -65,7 +65,7 @@ public class TestCoyoteAdapterRequestFuzzing extends TomcatBaseTest { public void doTest() throws Exception { Tomcat tomcat = getTomcatInstance(); - File appDir = new File("test/webapp"); + File appDir = new File("test/webapp-3.0"); Context ctxt = tomcat.addContext("", appDir.getAbsolutePath()); Tomcat.addServlet(ctxt, "default", DefaultServlet.class.getName()); ctxt.addServletMapping("/", "default"); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org