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

Fix #13187 by: + Modified QTP's ReservedThreadExecutor so that it will not reserve a thread if there are queued jobs waiting. + Deprecating many meaningless getters that combined the concept...

Fixed by scoping `ResponseListeners` to a `Request`, and when combining `ResponseListeners` in `HttpConversation`, the internal response listeners are scoped to the original request. Moved notifications of the response listeners from...

**Jetty version(s)** 12.1.x **Description** Following up on this comment: https://github.com/jetty/jetty.project/issues/1445#issuecomment-410053507 In case of HTTP conversations, for example redirects, request `Rq1` gets a 302 `Rs1`, which triggers the internal `HttpClient` mechanism...

Bug

This is the **draft** PR related to #13127 which introduced SHA-256 algorithm for Digest access authentication. In case this implementation is OK I will add related extension of `Credential` class...

Enhancement

**Jetty version(s)** 12.0.19 12.0.20 12.0.22 **Jetty Environment** ee8 **Java version/vendor** `(use: java -version)` openjdk version "17.0.13" 2024-10-15 OpenJDK Runtime Environment Temurin-17.0.13+11 (build 17.0.13+11) OpenJDK 64-Bit Server VM Temurin-17.0.13+11 (build 17.0.13+11,...

Bug
Documentation

**Jetty version(s)** 12.1.0 **Enhancement Description** There's a few things called "core" that are overlapping and are causing confusion within the group. Lets brainstorm a few ideas on how to make...

Enhancement

Adding methods to `CompactPathRule` * `setDecoding(boolean)` * `setCanonicalizing(boolean)` * `addListener(Listener)`

Enhancement
Sponsored

**Jetty version(s)** 12.0/12.1 **Enhancement Description** Do you plan to introduce a way of cleaning direct ByteBuffers allocated by Jetty. Netty has a mechanism that deallocated direct ByteBuffers eagerly once they...

Enhancement

**Jetty version(s)** 12.1.0.beta0 **Enhancement Description** The `core-deploy` creates a `CoreContextHandler` before executing XML for the sole reason to create a classloader for that deployment. This initial `CoreContextHandler` conflicts with arbitrary...

High Priority
Enhancement

**Jetty version(s)** 12.1.x **Jetty Environment** all **Java version/vendor** `(use: java -version)` 24 **OS type/version** linux **Description** This is a meta issue. All strange, redundant, debug output reported in the log...

Bug
Build
Ongoing