12.0.14
joakime
released this
01 Oct 16:45
·
161 commits
to jetty-12.0.x
since this release
Special Thanks to the following Eclipse Jetty community members
- @kelunik (Niklas Keller)
- @robbie01 (Robbie)
- @arsenalzp (Oleksandr Krutko)
Changelog
- #12309 -
SessionAuthentication._session
is not marked astransient
- #12303 - Use sessionRequest for wrapping HTTP stream instead of original Request (@robbie01)
- #12289 - Improve
ConcurrentPool
concurrency - #12279 -
org.eclipse.jetty.maven.ServerSupport.configureHandlers(Server, List<ContextHandler>, RequestLog)
removes handlers - #12255 - Environment CookieConfig details not visible in Server Dump or JMX
- #12254 - New DebugListener
- #12249 - HTTP/2 responses with Content-Length may have no content
- #12241 - Unable to Add
SameSite
Cookie Attribute Value in Jetty 12 EE8 environment with Java 17 - #12239 - Optimize buffer release in HttpConnection
- #12227 - Improve HttpConnection buffer recycling
- #12047 - Server should not open connectors early in start sequence (@kelunik)
- #11298 - Error 400 - Ambiguous URI Empty Segment
- #11092 - Startup fails because
MetaInfConfiguration
is throwing an exception while parsing java classpath with URIUtil when classpath contains wildcard./mypath/*
- #7951 -
OutputStreamContentProvider
blocks forever during an HTTP2 upload after idle timeout is reached - #929 - Implement a utility class to save large downloads to a file (@arsenalzp)