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 dceb4184f8
commit ac54a3e5dc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jetty-10.0.3 - 20 May 2021
+ 6250 Lazily allocate HTTP2Stream data queue
+ 6251 Use CyclicTimeout for HTTP2Streams
+ 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)
+ 6272 Reduce allocation in HttpClient when notifying content listeners
+ 6277 Better handle exceptions thrown from session destroy listener
+ 6280 Copy ServletHolder class/instance properly during startWebapp