jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more

Results 665 jetty.project issues
Sort by recently updated
recently updated
newest added
trafficstars

**Jetty version(s)** 12.0.11 **Jetty Environment** core **Java version/vendor** `(use: java -version)` OpenJDK 17.0.10 **OS type/version** Windows **Description** Executing a `JettyClientHttpRequest` throws an `IllegalArgumentException` with message `Self-suppression not permitted` if a...

Bug

**Jetty version(s)** 12.1.0 **Jetty Environment** ee10 (and others) **Description** It is good practise to check that the `FileSystemPool` is left empty after tests like: ```java @AfterAll public void tearDown() {...

Bug
Build

**Jetty version(s)** 12.0.10 **Java version/vendor** 17.0.8 **Description** Hi Team, I am trying to build org.eclipse.jetty:jetty-server:12.0.10 from source but it is failing as there is a difference in the number of...

Bug

**Jetty version(s)** 12.0.8 onwards **Jetty Environment** ee10 **Java version/vendor** `(use: java -version)` any **OS type/version** any, macOS **Description** While trying to serve a path that redirects to an "index.html" file,...

Bug

**Jetty version(s)** Jetty 12 **Enhancement Description** Looking through some of the online maven tooling, our artifact descriptions are being used for informational purposes, and we need more meaningful and correct...

Enhancement

**Jetty version** 9.4.x **Description** `ConnectionStatistics` gathers statistics from the connections only when they are closed. This is not optimal for benchmarks that perform a run, but then keep connections open....

Help Wanted
Low Priority

Jetty version(s) 11.0.20 Java version/vendor (use: java -version) 17.0.11 Spring boot version(s) 2.7.21 OS type/version Linux We are using jetty over http/2 on a ipv6 setup with kubernetes deployment we...

Bug

**Jetty version** Jetty 10.0.21 **Java version/vendor** ``` openjdk 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 mode, sharing) ``` **OS type/version**...

Bug

**Jetty version** `10.0.15` **Java version** `17.0.3` **Question** Hi Jetty, The [`AsyncMiddleManServlet.ProxyReader`](https://github.com/eclipse/jetty.project/blob/a138bfbe1ab41a422448a7a9d95d5fad3495a063/jetty-proxy/src/main/java/org/eclipse/jetty/proxy/AsyncMiddleManServlet.java#L388-L392) removes the content-length header and switches to chunked encoding when proxying. I initially thought this was because you don't...

Question

Latest jetty12 build with ee9 or ee10 JDK 17. I can see that jetty12 has CDI modules and we probably could enable those to get jettys internal weld CDI working,...

Question