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

Jetty version(s) 11.0.17 Java version/vendor (use: java -version) 17.0.8 Spring boot version(s) 2.7.20.2 OS type/version Linux We are using jetty over http/2 We are facing an issue where our requests...

Bug

**Jetty version(s)** Jetty 10+ **Enhancement Description** Add ContentEncoder features to Jetty Client to allow request compression. Should also define a default implementation of the GZIPContentEncoder. From: https://stackoverflow.com/questions/75874171/why-there-is-no-gzipcontentencoder-in-jetty-client

Enhancement

It is so handy in tests to be able to create a `LifeCycle` in a test method and use it with try-with-resources. ```java public interface LifeCycle extends AutoCloseable { ......

Enhancement
Low Priority

**Jetty version(s)** 12.0.6 **Jetty Environment** ee10 **Java version/vendor** `(use: java -version)` ``` openjdk version "21.0.2" 2024-01-16 LTS OpenJDK Runtime Environment Corretto-21.0.2.14.1 (build 21.0.2+14-LTS) OpenJDK 64-Bit Server VM Corretto-21.0.2.14.1 (build 21.0.2+14-LTS,...

Bug

**Jetty version(s)** 12.0.7 **Jetty Environment** ee10 **Java version/vendor** `(use: java -version)` 21 **OS type/version** Windows **Description** While running load tests (100 concurrent requests with 100% CPU load on a 6/12...

Bug

**Jetty version(s)** 12.0.7 **Jetty Environment** any **Java version/vendor** any, e.g. openjdk version "21" **OS type/version** any, e.g. macOS **Description** commit 24c1140917d32222d5d6eb022f9d7e6096d485e0 ("Fixes #8979 - Jetty 12 - HttpClientTransport network "modes"....

Bug

**Jetty version** 10.0.x **Description** If a decoder decodes into a subtype of what is defined in the `onMessage` method, then an `IllegalArgumentException` is thrown when the endpoint is added. An...

**Jetty version** 10.0.x **Description** With the new Configuration mechanism in jetty-10: + Configurations are discovered by the `ServiceLoader` so typically they only need to be added to the classpath +...

Enhancement

**Jetty version** 10.0.x **Description** In tests which do not explicitly close the all open WebSocket sessions, we frequently get the stack trace error message from `onError`. ``` 2020-05-28 16:44:19.365:WARN :oejwjtc.DecoderListTest$DecoderListEndpoint:qtp396883763-17:...

**Description** `QpackDecoder` and `QpackEncoder` have a `streamCancellation(long streamId)` method to notify them in case a HTTP/3 stream is cancelled. On the decoder this sends an instruction to the remote encoder,...

Bug
http3