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)** 10.0.18 **Java version/vendor** `(use: java -version)` openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9) OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode) **OS type/version** Windows...

More Info Required
Unable To Replicate

**Jetty version(s)** 12+ **Jetty Environment** ee10 **Description** See #10945. The problem is as follows: The last request does not send the content, so the Servlet is blocked in a read....

Bug

Depends on https://github.com/jetty/jetty.project/pull/10432 - so this PR is a branch of that other PR. See #10226

Bug
Test

**Jetty version(s)** 12 **Jetty Environment** All **Java version/vendor** `(use: java -version)` All **OS type/version** All **Description** In the process of working Issue #11220 and the PR #11225 it was discovered...

Bug

**Jetty version(s)** 12 **Enhancement Description** Jetty is currently using mongo-java-driver to manage it's sessions, but this is no longer maintained by MongoDB. It was moved to mongodb-driver-sync, which is the...

Enhancement
Third Party

**Jetty version(s)** 12.0.5 **Jetty Environment** jetty-12, jetty-websocket-jetty-server **Java version/vendor** `(use: java -version)` Java 18 **OS type/version** MacOS **Description** I am using jetty-websocket-jetty-server to open a WebSocket server for an endpoint....

Bug

**Jetty version(s)** 12+ **Description** The callers of `HttpChannelState.onIdleTimeout()` look for 2 data: a Runnable and a boolean. For example in `HttpConnection`: ```java if (_httpChannel.getRequest() == null) return true; Runnable task...

Bug

**Jetty version(s)** 12+ **Jetty Environment** ee10 **Description** After #10949, `ServletChannelState.asyncError()` is now invoked as part of calls to `onFailure()` since it is invoked through a failure listeners. However, I think...

Bug

**Jetty version** 9.4.x **Description** HTTP/2 connections have an implicit max usage count determined by the fact that stream ids can go up to `2^31-1` and cannot be negative. As such,...

Specification

**Jetty version(s)** 12 **Description** Configuring HTTP/3 for browser is hard. See https://stackoverflow.com/questions/77389111/how-to-configure-an-embedded-jetty-with-http-3-via-api. See also #10845 and #10519. Especially based on #10519 we should be able to find the right steps...

Documentation
http3