From 22ff4198550f515de1a0b8b5653bda5b4ae45141 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Thu, 20 May 2021 11:18:39 +1000 Subject: [PATCH 1/2] add jetty-9.4.41.v20210516 infos in VERSION.TXT Signed-off-by: olivier lamy --- VERSION.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/VERSION.txt b/VERSION.txt index f87ad7ac326d..ccc902e9a577 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,16 @@ -jetty-9.4.41-SNAPSHOT +jetty-9.4.42-SNAPSHOT + +jetty-9.4.41.v20210516 - 16 May 2021 + + 6099 Cipher preference may break SNI if certificates have different key + types + + 6186 Add Null Protection on Log / Logger + + 6205 OpenIdAuthenticator may use incorrect redirect + + 6208 HTTP/2 max local stream count exceeded + + 6227 Better resolve race between `AsyncListener.onTimeout` and + `AsyncContext.dispatch` + + 6254 Total timeout not enforced for queued requests + + 6263 Review URI encoding in ConcatServlet & WelcomeFilter + + 6277 Better handle exceptions thrown from session destroy listener jetty-9.4.40.v20210413 - 13 April 2021 + 6082 SslConnection compacting From 741ebb9b0f3b2f1a0ac12ab910536691a81f8095 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Fri, 21 May 2021 10:36:57 +1000 Subject: [PATCH 2/2] add missing issue #6280 Signed-off-by: olivier lamy --- VERSION.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/VERSION.txt b/VERSION.txt index ccc902e9a577..5f7a4430358c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -11,6 +11,7 @@ jetty-9.4.41.v20210516 - 16 May 2021 + 6254 Total timeout not enforced for queued requests + 6263 Review URI encoding in ConcatServlet & WelcomeFilter + 6277 Better handle exceptions thrown from session destroy listener + + 6280 Copy ServletHolder class/instance properly during startWebapp jetty-9.4.40.v20210413 - 13 April 2021 + 6082 SslConnection compacting