·
1 commit
to jetty-12.1.x
since this release
Special Thanks to the following Eclipse Jetty community members
- @DragonFSKY (DragonFSKY)
- @rickardoberg (Rickard Öberg)
- @kamilkrzywanski (Kamil Krzywanski)
Changelog
- #15668 - Strengthened connection failure handling.
- #15649 - Various improvements for SignInWithEthereum Authentication
- #15633 - Fixes for MultiPartCompliance configuration
- #15631 - Allow customizing GracefulHandler's shutdown rejection response
- #15629 - [12.1.x] Improve
*AuthenticationProtocolHandler.accept() - #15612 - Reuses URIUtil.canonicalPath() for URI matching.
- #15591 - Fixes FCGI's "try-files" query handling.
- #15590 - Making CIDR pattern matching case insensitive
- #15582 - Add additional configuration for SessionAuthentication persistence (12.1)
- #15556 - Fix the use of quickstart with a combined base resource.
- #15548 - AbstractProxyServlet.filterServerResponseHeader returns existing value
- #15504 - BouncyCastleClientALPNProcessor does not have a fallback for empty protocol string. (@DragonFSKY)
- #15459 - Add a Jetty module for the HashLoginService
- #15454 - Fix for 15420 (add support for HttpClient.maxDestinations) (@rickardoberg)
- #15385 - Streamline dependencies for HTTP/3 Server with Quiche
- #14930 -
SymlinkAllowedResourceAliasChecker.check()fails with NPE (@kamilkrzywanski) - #14906 - Flaky test: RedispatchTests.testEe8FilterWithAwkwardRequestURI() — fails in 45% of CI builds (@DragonFSKY)
- #14403 -
RoundRobinConnectionPoolTest.testMultiplexWithMaxUsage()on FCGI is flaky (@DragonFSKY)