jetty.project
jetty.project copied to clipboard
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
**Jetty version(s)** 12+ **Description** If a WebSocket endpoint only overrides `onWebSocketFrame()` it currently has no explicit control over the demand, because the implementation expects other methods to be present, and...
**Jetty version(s)** 12+ **Enhancement Description** After #9552, the batching in sends is hardcoded to disabled. Is it worth to reintroduce it in the API? There can be 3 proposals: ```java...
I have 4 VMs running with jetty web service for an App that connects to MongdoDB Hence there is an Issue with connectivity issue with Mongodb. I looked in the...
**Jetty version(s)** 12.0.x **Enhancement Description** Currently, the EE10 `DefaultServlet` tries to do too many things: being the default servlet bound to the root of the context as well as a...
**Jetty version** 10.0.x **Description** Currently, `java -jar start.jar --jpms` forces the fork of another JVM: the first JVM computes the module-path and the class-path and then passes them as command...
https://httpwg.org/http-extensions/draft-ietf-httpbis-cache-header.html
**Jetty version(s)** Jetty 12.0.5 **Jetty Environment** jetty-core, jetty-ee10 **Java version/vendor** `(use: java -version)` openjdk 21 2023-09-19 LTS OpenJDK Runtime Environment Corretto-21.0.0.35.1 (build 21+35-LTS) OpenJDK 64-Bit Server VM Corretto-21.0.0.35.1 (build 21+35-LTS,...
**Jetty Versions:** This release process will produce releases: 12.0.9 **Target Date:** May 1, 2024 **Tasks:** - [x] Create the release(s) issue. - [x] Update the target Jetty version(s) in the...
Fixes #11706
**Jetty version(s)** 9.4.54 **Jetty Environment** **Java version/vendor** `(use: java -version)` java 11 **OS type/version** linux **Description** **How to reproduce?** the below stacktrace was logged in the application when handling a...