12.1.0.alpha1
Pre-release
Pre-release
joakime
released this
26 Dec 16:04
·
36 commits
to jetty-12.0.x
since this release
- #12612 - Use Compression classes for client decoding
- #12611 - Supporting Compression discovery with ServiceLoader.
- #12593 - Create start.d/*.ini for [ini-template] modules
- #12564 - Enhance HTTP Compliance CRLF modes
- #12553 - Execute immediately HTTP/2 failures
- #12547 - Improve module deprecation
- #12546 - Added documentation for
DoSHandler
. - #12534 - Jetty 12.1.x ee9 ee10 ee11 default servlet test resource servlet test
- #12531 - Reworking jetty-compression for JPMS
- #12529 - Undisable ee9 BlockingTest and fix HttpChannel.produceContent
- #12505 -
ErrorPageErrorHandler
does not use the proper attributes for error handling - #12502 - Undisable WebAppContextTest.testGetResourcePaths
- #12486 - Undisable and fix PartialRFC2616Test
- #12436 - Allow headers size extend to maxRequestHeadersSize in http client (@shaoxt)
- #12324 - Response compression does not work when the
Accept-Encoding: *
request header is used. - #12266 - InvocationType improvements and cleanups
- #12106 - Document
protected
andhidden
classes - #11947 - Jetty12: HttpConfiguration#_relativeRedirectAllowed flipped to true per default
- #11579 - Introduce
UriCompliance.Violation.FRAGMENT
to reject HTTP Request Line that includes fragment section. - #11307 - Explicit demand control in WebSocket endpoints with only onWebSocketFrame()
- #9051 - Review Jetty-12 DelayedHandler
- #5308 - Extract httpConfig and scheduler configuration out of jetty.xml
- #3377 - Improve jetty-ssl-context.xml