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.x **Enhancement Description** Following up on the discussion at https://github.com/jetty/jetty.project/pull/11368#discussion_r1489687524 I would like to explore the idea of `HttpClient` issuing the first connection to a host using the...
**Jetty version(s)** 10.0.x **Description** If `@ManagedAttribute` is put on a setter method, the processing of the annotation gets confused. See #7513 and comment https://github.com/eclipse/jetty.project/pull/7532#issuecomment-1029561508.
**jetty Version=11.0.17** **Java Version = 17** Hi Team, I am using **jetty as a client** to send traffic by using the https with TLSv1.2 or TLSv1.3 version. Here my question...
**Jetty version(s)** 12.0 **Enhancement Description** `QuotedQualityCSV` and `QuoteCSVParser` make use of `StringBuffer` even though it is only accessed from a single thread. Consider replacing this with `StringBuilder` for performance reasons....
**Jetty Versions:** This release process will produce releases: 9.4.54 **Target Date:** Feb 9, 2024 **Tasks:** - [x] Create the release(s) issue. - [x] Update the target Jetty version(s) in the...
Attempt to unify all of the Exception flows on `XmlConfiguration` to always report the location of the `XmlConfiguration` resource (if able to). Fixes: #11270
**Jetty version(s)** 12 **How to reproduce?** For the `FrameHandler.onOpen` event, the callback is used to transition from state `CONNECTED` to `OPEN`. When you receive the `onOpen` notification in the Jetty...
The recent announcement of the release of Jetty 12 marks the beginning of the transition to Jetty's new primary development branch. One very exciting feature of Jetty 12 is its...
**Jetty version(s)** 12.0.5 **Enhancement Description** Specify a `ThreadFactory` when setting up the default virtual thread executor so it creates named threads. ***Background*** The virtual threads created by Jetty's `VirtualThreads#getDefaultVirtualThreadsExecutor` do...
**Jetty Version** 12.0.3 **Jetty Environment** ee8 **Java Version** JavaSE-17 **Question** I just migrated from Jetty 10.0.15 to 12.0.3 and I keep getting the following error: URI: /badURI STATUS: 400 MESSAGE:...