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 10, 11, 12, 12.1 **Enhancement Description** We need to clean up the leftovers from the documentation migration to Antora. documentation/jetty-asciidoctor-extensions/* documentation/jetty-documentation/* The complete removal of these directories...

Enhancement

**Jetty version** 9.4.x **Description** Currently, the `--download=` command line argument has a syntax in the `` with a pipe symbol `|`. This complicates usage on a command line as it's...

Enhancement
Low Priority

**Jetty version(s)** 12.0.9 **Jetty Environment** ee10 **Java version/vendor** `(use: java -version)` openjdk 21 2023-09-19 LTS OpenJDK Runtime Environment Temurin-21+35 (build 21+35-LTS) OpenJDK 64-Bit Server VM Temurin-21+35 (build 21+35-LTS, mixed mode)...

Bug

**Jetty version(s)** Tested on 12.0.9 and 12.0.5 **Jetty Environment** core **Java version/vendor** `(use: java -version)` ``` $ java --version openjdk 21.0.2 2024-01-16 ``` **OS type/version** macOS (darwin kernel 23.3.0) **Description**...

Bug

**Jetty 10** **Jetty Environment** **Java 11** **Question** Why jetty Request log does not log time out requests ? How can we keep track of request which results in timeout and...

Question
End-of-Life release

**jetty-12** We should move the integration tests for the jetty maven plugin out of each of the `jetty-eeX-maven-plugin` subprojects, and move it into submodules of `tests` instead. This will solve...

Bug
Build

Prototype fix for #11854 This is a slightly modified version of [the original proposal](https://github.com/jetty/jetty.project/issues/11854#issuecomment-2138462780) that does not require any modification to the `Callback` interface: introduce a new `CancelableCallback` class with...

**Jetty version(s)** 11.0.17 **Java version/vendor** openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing) **OS type/version** Inside of...

Bug

**Jetty version(s)** 10.0.12 **Java version/vendor** `(use: java -version)` open jdk 11 **OS type/version** linux / amd 64 **Description** We have customer reported the server stoped the working due to OOM....

Bug

**Jetty version(s)** Jetty 12.0.7 **Enhancement Description** If a user adds a DefaultServlet with a custom Base Resource, like this ... ``` java ServletHolder holder = new ServletHolder("ui", new DefaultServlet()); servletContextHandler.addServlet(holder,...

Enhancement