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.x **Jetty Environment** core The `debug.mod` `core` module refers to `jetty-debug.xml`, which refers to `org.eclipse.jetty.server.DebugListener` that does not exist, although `ee` specific `DebugListener` classes do: ``` find ....

Bug
Sponsored

**Jetty Version** Jetty 12.0.12 **Jetty Environment** EE8 **Java Version** 17 **Question** On XWiki, I'm trying to upgrade from Jetty 10 to Jetty 12.0.12 and one of our tests is failing...

Question

**Jetty version(s)** migration from Jetty 11.0.x to Jetty 12.0.x **Jetty Environment** Applicable for jetty-12 ee10 **Java version/vendor** `(use: java -version)` Java17 **OS type/version** **Description** Here is the code for 11.0.x...

Bug

**Jetty version(s)** 12 **Enhancement Description** The Http3Fields class is extremely inefficient and about to become more so with #10340. Specifically, the `size()`, `iterator()` and `listIterator()` methods are based on `stream()`...

Enhancement
Performance

**Jetty version(s)** 12.0.12 **Jetty Environment** core **Java version/vendor** `(use: java -version)` 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...

Bug

**Jetty version(s)** Issue probably exists in all versions since the fix for "Bug 485625" 9 years ago. Specifically found in 12.0.10 **Jetty Environment** core **Java version/vendor** `(use: java -version)` openjdk...

Bug

**Jetty version(s)** Version 12.0.6 **Jetty Environment** server,http,sessions,ee8-deploy,ee8-jsp,session-store-gcloud **Java version/vendor** Java 21 **OS type/version** Linux **Description** Using docker file and enabling the persistence session in Google AppEngine with session-store-gcloud moudle for...

Bug

A `.otf` file on a web server is more likely to be an OpenType Font than an OpenDocument Formula Template. Reference: https://www.iana.org/assignments/media-types/font/otf Also matches Apache `httpd`

This looks to be flaky: ``` java.lang.RuntimeException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.nio.channels.ClosedChannelException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at java.base/java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:600) at java.base/java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:678) at java.base/java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:737) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159) at java.base/java.util.stream.ForEachOps$ForEachOp$OfInt.evaluateParallel(ForEachOps.java:188) at...

Stale
flaky-test

**Jetty version** `10.0.3` **Java version/vendor** `(use: java -version)` ``` openjdk version "13.0.4" 2020-07-14 OpenJDK Runtime Environment Zulu13.33+25-CA (build 13.0.4+8-MTS) OpenJDK 64-Bit Server VM Zulu13.33+25-CA (build 13.0.4+8-MTS, mixed mode, sharing) ```...

Stale