You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tl...@apache.org on 2021/04/26 09:19:25 UTC

[ignite] branch master updated: IGNITE-14527 CVE-2021-2816[3, 4, 5] in Jetty (#9002)

This is an automated email from the ASF dual-hosted git repository.

tledkov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new e3674cc  IGNITE-14527 CVE-2021-2816[3,4,5] in Jetty (#9002)
e3674cc is described below

commit e3674cc316d3f8921fe03f52607a63a72fd1d8a4
Author: Berkof <sa...@mail.ru>
AuthorDate: Mon Apr 26 12:19:08 2021 +0300

    IGNITE-14527 CVE-2021-2816[3,4,5] in Jetty (#9002)
---
 modules/clients/src/test/resources/jetty/rest-jetty.xml | 2 +-
 parent/pom.xml                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/clients/src/test/resources/jetty/rest-jetty.xml b/modules/clients/src/test/resources/jetty/rest-jetty.xml
index 677aace..d84bf8a 100644
--- a/modules/clients/src/test/resources/jetty/rest-jetty.xml
+++ b/modules/clients/src/test/resources/jetty/rest-jetty.xml
@@ -20,7 +20,7 @@
 <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
 
 <Configure id="Server" class="org.eclipse.jetty.server.Server">
-    <Arg name="threadPool">
+    <Arg name="threadpool">
         <!-- Default queued blocking thread pool -->
         <New class="org.eclipse.jetty.util.thread.QueuedThreadPool">
             <Set name="minThreads">20</Set>
diff --git a/parent/pom.xml b/parent/pom.xml
index 05203a1..a77c1c0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -90,7 +90,7 @@
         <javax.cache.version>1.0.0</javax.cache.version>
         <jboss.rmi.version>1.0.6.Final</jboss.rmi.version>
         <jetbrains.annotations.version>16.0.3</jetbrains.annotations.version>
-        <jetty.version>9.4.25.v20191220</jetty.version>
+        <jetty.version>9.4.39.v20210325</jetty.version>
         <jmh.version>1.13</jmh.version>
         <jms.spec.version>1.1.1</jms.spec.version>
         <jna.version>4.5.2</jna.version>