Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.1.x

This commit is contained in:
Joakim Erdfelt 2024-11-07 12:25:35 -06:00
commit b4f10b5889
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 28 additions and 3 deletions

View File

@ -50,6 +50,33 @@ jetty-12.1.0.alpha0 - 05 November 2024
+ 12404 Parsing URI with HttpUri.from(String uri) throws
"IllegalArgumentException: Bad authority" when path is empty
jetty-12.0.15 - 05 November 2024
+ 5685 AsyncProxyServlet calls onProxyResponseSuccess() when internally it
throws "Response header too large" exception
+ 5888 Limit usage of HTTP/2 connections
+ 9980 Add format option to CustomRequestLog for request authority and request
authority scheme
+ 11492 Auto add AliasChecker for custom Base Resource in DefaultServlet
+ 11749 InvalidArgumentExceptions due to invalid status codes are not handled
properly
+ 12268 `IteratingCallback` may iterate too much when `process()` returns
Action.IDLE
+ 12313 Jetty 12 ee9/ee10 doesn't invoke callbacks when h2 client sends
RST_STREAM
+ 12341 QPack encoder must not send any encoder instructions when
SETTINGS_QPACK_MAX_TABLE_CAPACITY is 0
+ 12348 HttpClientTransportDynamic does not initialize low-level clients
+ 12350 LdapLoginModule support for Jetty Password obfuscation
+ 12356 RuntimeIOException: Parser is terminated when doing lots of requests
with Connection: Keep-Alive
+ 12378 Change default value for `SslContextFactory.renegotiationAllowed` to
`false`
+ 12397 `.tgz` files are double-gzipped
+ 12404 Parsing URI with HttpUri.from(String uri) throws
"IllegalArgumentException: Bad authority" when path is empty
+ 12430 Correct PrivilegedThreadFactory javadoc
+ 12435 Improve connection closing when stopping
jetty-12.0.14 - 30 September 2024
+ 929 Implement a utility class to save large downloads to a file (@arsenalzp)
+ 7515 Connection limit problem for "onAccepting" connections
@ -75,7 +102,7 @@ jetty-12.0.14 - 30 September 2024
is enabled.
+ 12268 `IteratingCallback` may iterate too much when `process()` returns
Action.IDLE
+ 12279 org.eclipse.jetty.maven.ServerSupport.configureHandlers(Server
+ 12279 org.eclipse.jetty.maven.ServerSupport.configureHandlers(Server,
List<ContextHandler>, RequestLog) removes handlers
+ 12284 Excessive heap consumption by SSLSessionImpl by Jetty Server with TLS
1.3 and long-lived client
@ -89,8 +116,6 @@ jetty-12.0.13 - 03 September 2024
+ 3184 Make LifeCycle implement AutoCloseable
+ 3553 Support sslSession() in Jetty Client
+ 6514 How to warm up SslConnection
+ 9121 Jetty 12 - Flaky
BlockedWritesWithSmallThreadPoolTest.testServerThreadsBlockedInWrites()
+ 11322 Change jetty-nosql MongoDB dependency from unmaintained
mongo-java-driver to mongodb-driver-sync
+ 11408 Jetty start module property values with ${expr} are not being expanded