Merge pull request #6377 from eclipse/jetty-10.0.x-CVE-2021-28169

Update VERSION.txt with CVE number.
This commit is contained in:
Lachlan 2021-06-10 11:36:47 +10:00 committed by GitHub
commit e84bdd6e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,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