Update VERSION.txt with CVE number.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2021-06-09 15:54:26 +10:00
parent 9b6b95601d
commit 0530c73877
1 changed files with 1 additions and 1 deletions

View File

@ -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