jetty.project
jetty.project copied to clipboard
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
- **test new h2spec image** - **test new h2spec image tag 2.6.1** - **test snapshot version of h2spec-maven-plugin 1.0.12-SNAPSHOT** - **Use h2spec plugin new release 1.0.12**
This is another experimental attempt to solve #11854 by adding abort semantic to all callbacks
**Jetty Versions:** 9.4.55 **Target Date:** July 2, 2024 **Tasks:** - [x] Create the release(s) issue. - [x] Update the target Jetty version(s) in the issue. - [x] Update the target...
**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)** 11.0.11 **Java version/vendor** 17.0.4 **OS type/version** linux **Description** Case 1: While testing my application, I observed Jetty not forwarding the requests on one of the connections and showing...
**Jetty version(s)** 10 **Enhancement Description** The `CustomRequestLog` lacks the ability to output: * the Request authority (which might differ from the Host header). * the Request scheme * the entire...
Replacement of PR #11274 * Allows these common configurations to be set via `WEB-INF/web.xml` without the need for a `WEB-INF/jetty-web.xml`
**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...
**Jetty version(s)** 12.0.10 **Jetty Environment** core **Java version/vendor** `(use: java -version)` openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed...
implementing ee10 servlet upgrade for PR https://github.com/eclipse/jetty.project/pull/10064