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)** Jetty 12.0.13 **Jetty Environment** ee10 **Java version/vendor** openjdk 21.0.2 2024-01-16 LTS OpenJDK Runtime Environment Temurin-21.0.2+13 (build 21.0.2+13-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.2+13 (build 21.0.2+13-LTS, mixed mode, sharing) **OS...

Bug

**Jetty version(s)** 12.0.13 **Jetty Environment** Any **Java version/vendor** `(use: java -version)` Any **OS type/version** Any **Description** As reported in * https://github.com/jetty/jetty.project/pull/12012#issuecomment-2343430545 > This change causes unencoded [ and ] to...

Bug

**Jetty version(s)** 11.0.20 **Jetty Environment** Spring Boot **Java version/vendor** `(use: java -version)` Kotlin, Java 21 **OS type/version** Linux ?? **Description** ``` error 2024.08.14 07:34:57.874 eu-fra1 applepay-0000000-w00wb - - 5ddfdda418c5d000002c2ed9467b8f 2024-36121-g665353e1d2e0c4...

Bug

Make the core `ResourceService` a bit more reusable for subclasses - The goal is to allow a subclass to look at incoming `Request` and `HttpContent` objects and customize processing -...

**Jetty version(s)** 12 **Enhancement Description** Upgrade gcloud datastore support to firestore: https://cloud.google.com/firestore

Enhancement

**Jetty version(s)** 12 **Enhancement Description** To look up query parameters, one has to invoke `Request.extractQueryParameters(Request)`. To look up form parameters, one has to invoke `FormFields.from(Request)`. I only figured out the...

Enhancement

**Jetty version(s)** 12.0.7 **Enhancement Description** Jetty 12.0.7 server allows for the use of a `org.eclipse.jetty.io.NetworkTrafficListener` on a ServerConnector. It would be useful to allow allow HttpClient to use the `org.eclipse.jetty.io.NetworkTrafficListener`.

Enhancement

**Jetty version(s)** 12 **Description** On the server, the `InvocationType` of a `Handler` controls how Jetty invokes the `Handler` chain. On the client, instead, the `InvocationType` is hardcoded to be `BLOCKING`...

Bug

**Jetty version(s)** 11.0.23 **Java version/vendor** Dalvik / 17 **OS type/version** Adnroid SDK 35 **Description** After https://github.com/jetty/jetty.project/issues/8912 I finally upgraded to Javalin 6 and android SDK 35. But when compiling on...

Bug

Restore OpenID documentation from the jetty 11 branch at `documentation/jetty-documentation/src/main/asciidoc/old_docs/security`.