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)** Jetty 12.0.6 **Jetty Environment** ee10 **Java version/vendor** `(use: java -version)` 17.0.8.1 **OS type/version** suse-150400.3.30.1-x8664, Linux kernel is 5.14.21-150400.24.63-default **Description** I use a http2 client vertx which is based...

Bug

**Jetty Version** 12.0.8 **Jetty Environment** Any **Java Version** Any **Question** Are these guarantees actually provided? "Implementations guarantee that calls to this method are safely reentrant so that stack overflows are...

Question

**Jetty version(s)** 12.0.8 **Enhancement Description** ContentSourceByteBuffer, ContentSourceString, ChunkAccumulator, ContentSourceConsumer implementations use provided Promise and call promise.failed/succeeded, but don't take into the account that user defined callback may fail and chunk/source...

Enhancement

**Jetty version(s)** 12.0.8 **Jetty Environment** Any **Java version/vendor** `(use: java -version)` Any **OS type/version** Any **Description** ChunkAccumulator uses read-only buffer in case of empty chunks that leads to the ReadOnlyBufferException...

Bug

**Jetty version(s)** 12.0.8 **Enhancement Description** ChunkAccumulator.read and ChunkAccumulator.readAll methods create AccumulatorTask that's under the hood creates ChunkAccumulator instance and pass it to the take method, therefore I think it's more...

Enhancement

Based on a prelim review, it seems this is really 2 different interfaces.

Stale

**Jetty version(s)** Tested on: * `9.4.31.v20200723` * `9.4.36.v20210114` * `9.4.46.v20220331` **Java version/vendor** `(use: java -version)` ``` openjdk version "1.8.0_312" OpenJDK Runtime Environment (build 1.8.0_312-b07) OpenJDK 64-Bit Server VM (build 25.312-b07,...

Bug
Stale

old Jetty version used : 9.4.43.v20210629 New Jetty version : 10.0.12 I have Junit test written where below is returned as mock response and then parsed using org.eclipse.jetty.xml.XmlParser ``` java...

Stale

**Jetty version(s)** 12.0.8 **Enhancement Description** Currently there are number of implementations that are doing the same thing: iterate over all chunks in Content.Source and make some transformation. Below the table...

Enhancement

Added option for server to generate a short html redirect body content, as per RFC9110 (default false) Allowed an aggregated servlet response content to be used if clear is false.