Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x

This commit is contained in:
Joakim Erdfelt 2023-12-19 15:49:12 -06:00
commit e834fe7b51
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 12 additions and 0 deletions

View File

@ -36,6 +36,18 @@ jetty-11.0.17 - 09 October 2023
+ 10547 Cannot customize Executor on WebSocketClient
+ 10679 Review HTTP/2 rate control (CVE-2023-44487)
jetty-10.0.19 - 15 December 2023
+ 9900 Improve `Request.getBeginNanoTime()` accuracy
+ 10812 jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled
in at runtime
+ 10891 Support the "Partitioned" cookie attribute
+ 11014 RedirectRegexRule and RewritePatternRule should consider
relativeRedirectAllowed
+ 11031 HttpClient should expose Connection/EndPoint used by HTTP requests
+ 11039 Memory leak and multiple (Http|Servlet)*Listener invokations after
restart
+ 11043 Update to apache jasper 9.0.83
jetty-10.0.18 - 26 October 2023
+ 1256 DoSFilter leaks USER_AUTH entries
+ 10390 Jetty HTTP/3 Client fails when connecting to `nghttpx` server