Changelog
- #9914 - prevent potential NPE from StartArgs in Jetty-12
- #9911 - fixing JPMS and reactivating the tests
- #9906 - Inconsistent handling of empty "path info" between Jetty 10 and 12
- #9905 - Jetty 12 idletimeout
- #9902 - Jetty 12.0.x ee9 serverpush tck
- #9897 - Various improvements to CyclicTimeouts.
- #9895 - A MessageTooLargeException doesn't close a WebSocket connection
- #9890 - Fix redirect demo; fix links to sources for demos; fix blog link
- #9886 - Remove unused ee10-demo-realm files and add distro test
- #9883 - Jetty 12.0.x 9072 move core ee classes
- #9879 - Jetty-12 rewrite demo not working
- #9867 - Jetty 12 graceful contexts
- #9866 - Jetty 12 context initial ClassLoader
- #9796 - Fix/jetty 12 restore ee n fcgi
- #9792 - Simplified and fixed TryPathsHandler.
- #9790 - Fixed FCGI content parsing.
- #9785 - jetty-12 ee9 contextPath not set correctly on nested ContextHandler
- #9783 - Jetty 12 simplify EchoHandler
- #9774 - jetty-12 ee10 Cross context dispatch is not supported
- #9767 - jetty-12 ee10 ServerPush failures
- #9766 - jetty-12 ee9 ServerPush failures
- #9762 - jetty-12 ee9 Double parsing of cookies
- #9760 - jetty-12 ee9 Omnibus tck failure analysis
- #9750 - jetty-12 ee10 wrong authType for CLIENT-CERT
- #9745 - jetty-12 SecurityHandler role checking with * not correct
- #9743 - jetty-12 ee9 changeSessionId should throw ISE if no exception
- #9740 - Jetty 12 content length 0
- #9734 - Cookie config can be set after SessionHandler is started
- #9733 - FCGI improvements.
- #9731 - Infinite loop with mapped roles
- #9729 - Simplified QuotedStringTokenizer
- #9724 - Jetty 12 immutable ee10 configurations
- #9685 - Jetty doesn't set the date header on error responses
- #9684 - Refine how Request / Channel / Stream completion works
- #9682 - A possible native memory leak through RetainableByteBuffers
- #9657 - jetty-12 ee9 & ee10 Request.upgrade returns null
- #9650 - jetty-12 ee10
ServletApiResponse.resetBuffer
does not check for response being committed - #9649 - jetty-12 ee10 ServletApiResponse.addIntHeader does not ignore headers after response committed
- #9637 - jetty-12 ee10 ServletRequestListeners called too many times on sendError
- #9630 - Jetty 12 - Make Context dumpable
- #9554 - Move (qpack/hpack) HuffmanDecoder / HuffmanEncoder / NBitInteger* to common location
- #9173 - Configuring SameSite on a per-cookie basis in Jetty 12
- #8885 - Jetty-12, replacement for HttpChannel.Listener
- #8819 - Jetty-12 Improve CustomRequestLog efficiency
Dependencies
- #9917 - Upgrade Guava to 32.0.1