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.0.x **Enhancement Description** Currently, when `WebSocketConnection.onIdleExpired` or `WebSocketConnection.onReadTimeout` is called, the user of the API has no way to handle the timeout. CometD would be a prime user...
Specify a `ThreadFactory` when setting up the default virtual thread executor so it creates named threads. (issue #11353) Tested the reflective logic in `probeVirtualThreadExecutor` against different JDK versions for compatibility...
`testClientIdleTimeout` and `testRequestIdleTimeout` leak a buffer because the handler's callback is never completed and they don't give the server a chance to reclaim its resources after idle timeout. Note: the...
**Jetty version(s)** 12 / 11 / 10 **Enhancement Description** Create a daily (cron) github action to monitor https://github.com/cloudflare/quiche for new releases, and file an issue when a new release is...
- some javadoc - jetty-slf4j-impl fixing javadoc - jetty-slf4j-impl is free of javadoc warning :) - start reducing javadoc warning for jetty-util
**Jetty version(s)** 12+ **Description** `StacklessLogging` is useful to remove stack traces from logs, but there is also the need, in distribution tests, to change the logging level because the output...
**Description** There are some failing tests for HTTP 100 continue handling in `org.eclipse.jetty.ee10.test.rfcs.RFC2616BaseTest`. This test currently is testing only a core handler but is in ee10 tests, so either needs...
**Jetty version(s)** 12+ **Description** With support for UnixDomain sockets and QUIC, `ClientConnector` has now become too coarse, because it won't be possible to setup a `HttpClientTransportDynamic` for "mixed" transports such...
**Jetty version(s)** 12+ **Jetty Environment** ee10, possibly others too **Description** `ServletChannel.handle()` in case `COMPLETE` performs a check on the content-length, to see if it the actual bytes written match the...
The official doc related to maven jetty plugin: https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#get-up-and-running I am using jetty in my project, when updating the jetty version to 12.0.2 from v11, the `maven-jetty-plugin` is missing in...