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 **Description** The API `Resource.copyTo(Path)` has a contract of File to File. All the way back to Jetty 7.x version of Resource. However, in Jetty 7, the...

Bug
jetty 12

observed here https://jenkins.webtide.net/job/jetty.project/view/change-requests/job/PR-7695/2/

Test
flaky-test

**Jetty version(s)** Jetty 10+ **Enhancement Description** See: https://datatracker.ietf.org/doc/html/rfc9218 There is a new RFC for Extensible Prioritization that can apply to HTTP/2 and HTTP/3. This is a replacement for the old...

Enhancement

Repro steps: 1. Open https://www.eclipse.org/jetty/javadoc/ 2. Click on "apidocs" for the latest version (9.4.19.v20190610 in my case) 3. Search for anything (e.g. "servlet") 4. Click on any search result 5....

Build

**Jetty version(s)** 9.4.x. It is unclear to me if "End of community support" means that major issues should not even be reported anymore. **Java version/vendor** `(use: java -version)` ``` openjdk...

Bug

Jetty version: 9.4.46.v20220331 Java version/vendor: openjdk version "1.8.0_332" OS type/version: CentOs 7 We are using the graceful shutdown feature (in other words, we configured our Jetty server with the StatisticsHandler...

Bug

**Jetty version(s)** Jetty 10.0.11 Logback 1.2.11 **Java version/vendor** openjdk version "17.0.3" 2022-04-19 OpenJDK Runtime Environment Temurin-17.0.3+7 (build 17.0.3+7) OpenJDK 64-Bit Server VM Temurin-17.0.3+7 (build 17.0.3+7, mixed mode) **OS type/version** Initially...

Bug

## Background While [migrating Javalin to Jetty 11](https://github.com/javalin/javalin/commit/f7240c5a91a378bce8dc99a30b4ee57863e1e7da), we discovered that Micrometer doesn't support Jetty 11. We made a ticket with the Micrometer team: https://github.com/micrometer-metrics/micrometer/issues/3234, but adding support isn't straightforward....

Enhancement

https://github.com/eclipse/jetty.project/blob/a55b315f14886e7dffd9c2ea7cfb378d66297843/jetty-server/src/main/java/org/eclipse/jetty/server/LowResourceMonitor.java#L306 Seems like calling setLowResources(), when we are already in LowResourceMode is a No-Op. Reason being, as soon as LowResourceMode is entered , the server socket(s) are set to not-accepting...

**Jetty version** - Initially discovered in 9.4.33, then in 9.4.36 and now in 9.4.39 as well. **Java version** - JSK 1.8 **OS type/version** - Linux SUSE, RHEL **Description** Team, Our...

More Info Required
Stale