From 06f05601bf3523efeb5a6571f1a27e1aa0d7a881 Mon Sep 17 00:00:00 2001 From: Kousuke Saruta Date: Sat, 24 Apr 2021 09:39:32 -0700 Subject: [PATCH] [SPARK-35210][BUILD][3.1] Upgrade Jetty to 9.4.40 to fix ERR_CONNECTION_RESET issue ### What changes were proposed in this pull request? This PR backports SPARK-35210 (#32318). This PR proposes to upgrade Jetty to 9.4.40. ### Why are the changes needed? SPARK-34988 (#32091) upgraded Jetty to 9.4.39 for CVE-2021-28165. But after the upgrade, Jetty 9.4.40 was released to fix the ERR_CONNECTION_RESET issue (https://github.com/eclipse/jetty.project/issues/6152). This issue seems to affect Jetty 9.4.39 when POST method is used with SSL. For Spark, job submission using REST and ThriftServer with HTTPS protocol can be affected. ### Does this PR introduce _any_ user-facing change? No. No released version uses Jetty 9.3.39. ### How was this patch tested? CI. Closes #32324 from sarutak/backport-3.1-SPARK-35210. Authored-by: Kousuke Saruta Signed-off-by: Liang-Chi Hsieh --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1411b280b609d..3c8a7ec258950 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ 10.12.1.1 1.10.1 1.5.12 - 9.4.39.v20210325 + 9.4.40.v20210413 4.0.3 0.9.5 2.4.0