From e34b45eb4c096cf16219fa1f71bab8ab55947d5c Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Mon, 13 Feb 2017 16:21:51 +0200 Subject: Downgrade to Jetty 9.2 (#8549) Jetty 9.3 and 9.4 sometimes reset the connection too early in case of errors, which leads to failing tests (UIInitExceptionTest, AppResource404Test). See e.g. https://issues.apache.org/jira/browse/SOLR-8453 for more information. --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 50eb873846..d65a863d3e 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,6 @@ 6.2.5 - 9.3.9.v20160517 2.8.0 8.0-SNAPSHOT @@ -45,7 +44,9 @@ ${project.build.directory}/dependency-unpack - 9.3.7.v20160115 + + + 9.2.9.v20150224 2.1.1 -- cgit v1.2.3