Special Thanks to the following Eclipse Jetty community members
- @julianladisch (Julian Ladisch)
- @arsenalzp (Oleksandr Krutko)
- @guptas6est (guptas6est)
Changelog
- #14004 - Fix NPE in SecurityHandler, List can have restrictions on contains(null)
- #13993 - Jetty 12 server deadlock
- #13976 - Allow configuring the default max local streams on the H2 client
- #13973 - Fix Multipart cleanup in HttpChannelState
- #13971 - ContentSinkOutputStream does not have idempotent close
- #13962 - HTTP/2 Client connection timeout does not work
- #13945 - Document deployment in programming guide
- #13939 - Add an asByteArrayAsync method taking promise for Content.Source
- #13936 - Version12.1.3 breaks BINARY compatibility with 12.0.29: HttpContent.getByteBuffer() and more
- #13931 - Introduce ConditionalHandler.NextElseReject
- #13924 - Merge PR #13887 to 12.1.x - fix servlet filter mappings with quickstart
- #13922 - ResourceServlet Download link broken
- #13915 - You can not have both Frame and Text handler in 12.1.x Jetty websocket
- #13896 - listener.onContent( ... ) clears that ByteBuffer before the call.
- #13886 - Servlet filter mappings not working with quickstart
- #13883 - Invalid logger usage in HttpOutput
- #13850 - FileMappingHttpContentFactory change in 12.1.x still serves old files, even when last modified date on file changes
- #13849 - Connection reset on HTTP/2 when using CompressionHandler with default WindowRateControl
- #13841 - Warn the first time the TCCL fails to be set
- #13837 - Limit ReservedThread creation (@arsenalzp)
- #13833 - CompressionHandler shouldn't compress response with specific status codes
- #13832 - Introduced
SecurityHandler.PathMethodMapped - #13812 - NullPointerException in GzipEncoderSink, breaking all requests with CompressionHandler
- #13806 - Improved Credential to allow stronger password checksums.
- #13768 - Sanitizing of HTTP headers names and values should remove NUL bytes (U+0000)
- #13689 - eeX-demo-mock-resources.mod incorrectly depends on eeX-annotations
- #13685 - Infinite loop on Content.copy() with Content.Source.from(... , Path, ) when Path has size 0.
- #13677 - Make
ContextHandlercatch and ignore exceptions thrown byThread.setContextClassLoader() - #13672 - Improve CSV Compliance
- #13634 - Avoid sending RST_STREAM for closed streams
- #13619 - AbstractConnector Javadoc continues to reference legacy default acceptor thread calculation
- #13512 - disable detectOfflineLinks of m-javadoc-plugin and add test to ensure javadoc:jar still works fine with eclipse-release profile
- #13470 - Jetty 12.0: ManagedSession issues due to recursion and/pr multiple completions of the stream.
- #13335 - Servlet Upgrade Support is too eager
- #13323 - jetty.requestlog.timezone not working
- #13290 - Consider changing 12.1 websocket-core to consume frame buffers on sendFrame
- #12720 - Error attributes not set on request in Jetty 12
- #12023 - [12.1.x] Remove deprecated classes/methods
- #3515 - Review Uptime