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
**Jetty version(s)** 10+ **Enhancement Description** [RFC 8737](https://www.rfc-editor.org/rfc/rfc8737) describes a method to validate domain names via the `tls-alpn-01` challenge. Upon the request for a new certificate, or renew of expired ones,...
**Jetty version(s)** 9.4.52 **Jetty Environment** **Java version/vendor** 1.8.0_201 **OS type/version** Linux **Description** An error log is generated when the service is running for a period of time WARNING: ``` java.util.ConcurrentModificationException...
## Issue #11307 Support endpoints in the Jetty WebSocket API to be use only a `onWebSocketFrame` method. They should demand in the `onWebSocketFrame` if they don't have another handler registered...
**Jetty version(s)** 12.1.x **Enhancement Description** Currently the API for `CyclicTimeouts` is used in two different ways. Some usages are modelled on the `CyclicTimeout` class, where the `schedule` method needs to...
Jetty 12 ee8 Java 21 Continuing the discussion from https://github.com/jetty/jetty.project/issues/12294#issuecomment-2374287136 as this is a separate topic. The proxy servlets(in particular `AsyncMiddleManServlet`, as that is what I am looking at) do...
**Jetty version(s)** 12 **Enhancement Description** The [CRaC](crac.org) mechanism allows to checkpoint and restore a JVM to allow for fast start times. There is an [example using Jetty](https://github.com/CRaC/example-jetty) provide, but in...
**Jetty version(s)** Jetty 12.0.12 **Jetty Environment** ee10 **Java version/vendor** `(use: java -version)` ``` openjdk version "21.0.3" 2024-04-16 OpenJDK Runtime Environment (build 21.0.3+9-Ubuntu-1ubuntu1) OpenJDK 64-Bit Server VM (build 21.0.3+9-Ubuntu-1ubuntu1, mixed mode,...
**Jetty version(s)** All **Enhancement Description** We should publish the public GPG keys of each committer into source tree of this project. That way folks can verify the signatures (from a...
One of clients connecting to our HTTP server cluster is causing GZIPContentDecoder errors apparently by sending invalid gzip, at a request rate that is very low compared to the overall...
**Jetty version(s)** 12.0, 12.1 **Enhancement Description** The `ThreadStarvationTest` in core, EE9, EE10 and EE11 is disable, flaky or commented out. We need a reliable way to test thread starvation.