Greg Wilkins
Greg Wilkins
We still have many [flaky tests](https://github.com/jetty/jetty.project/labels/flaky-test). We should install the [Jenkins Flaky Test Handler](https://plugins.jenkins.io/flaky-test-handler/) to understand better which tests are flaky and which are not. We can then make hunting...
Fix #10738 This is the start of a split of the DefaultServlet into a ResourceServlet.
This is another experimental attempt to solve #11854 by adding abort semantic to all callbacks
**Jetty version(s)** jetty-12 branch fix/jetty-12/10541/byteBufferAccumulator0 **Description** Every run of org.eclipse.jetty.ee10.test.client.transport.HttpClientContinueTest produces different failures (sometimes none) for H3. It is potentially something due to the other changes in that branch, but...
**Jetty version(s)** 12 **Enhancement Description** It would be more optimal to calculate length in `org.eclipse.jetty.http.MultiPart.AbstractContentSource#getLength` so that the `content-length` header can be set rather than using chunking or a a...
The HttpTester should have a fluent API similar to (or actually same as) the Jetty HttpClient.
**Jetty version(s)** _[Jetty 9.x is now at End of Community Support](https://github.com/eclipse/jetty.project/issues/7958)_ **Enhancement Description** But [which one](https://stackoverflow.com/questions/4963300/which-notnull-java-annotation-should-i-use)? There is some suggestion that we can just make our own and modern IDEs...
From #672: To assist with early hints, should we add a response method like: ```java void addLinkHeader(String uri, String relationship, String... attributeValuePairs); ``` So this could be used like: ```java...
DosHandler
Fix #10478. This is a simple DosHandler that delays and then rejects all requests over a limit.
Fix #9051. Revert to delayed content handling in the Connections