From 0530c738772c952725404cfb9989be663386fc9f Mon Sep 17 00:00:00 2001 From: Lachlan Roberts Date: Wed, 9 Jun 2021 15:54:26 +1000 Subject: [PATCH] Update VERSION.txt with CVE number. Signed-off-by: Lachlan Roberts --- VERSION.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.txt b/VERSION.txt index 5f7a4430358..f3734af11e0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -9,7 +9,7 @@ jetty-9.4.41.v20210516 - 16 May 2021 + 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 + + 6263 Review URI encoding in ConcatServlet & WelcomeFilter (Resolved CVE-2021-28169) + 6277 Better handle exceptions thrown from session destroy listener + 6280 Copy ServletHolder class/instance properly during startWebapp