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

**Jetty version(s)** 12.0.x 12.1.x **Jetty Environment** All **Description** Currently, the non-functional dependent artifacts for jetty-home are being deployed, but don't need to be. Things like `jetty-ee10-home`. We should strive to...

Enhancement
Build

# Problem Spring 6.1 in `JettyRequestUpgradeStrategy` [uses](https://github.com/spring-projects/spring-framework/blob/2cc1ee7/spring-websocket/src/main/java/org/springframework/web/socket/server/jetty/JettyRequestUpgradeStrategy.java#L29) ``` import org.eclipse.jetty.ee10.websocket.server.JettyWebSocketCreator; import org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer; ``` and Spring 6.2 uses it's ee11 counterparts. It requires the addition of a direct dependency on a...

Enhancement
Documentation

**Jetty version(s)** 12.1..x **Enhancement Description** Many of the tests for session integration (e.g mongoDb, hazelcast, etc) are repeated for each EE. Many/most of these could be moved either to: +...

Enhancement
Test
Ongoing

**Jetty version(s)** 12.1.x **Enhancement Description** Create specific tests for RFC 911x

Enhancement

**Jetty version(s)** 12.1.x **Enhancement Description** After #13034, review WebSocket flushers, in particular: * Use `Deflater.deflate(ByteBuffer)` instead of `deflate(byte[])`, and honor the use of direct `ByteBuffer`s also for deflate. * Make...

High Priority
Enhancement

**Jetty version(s)** 12.0.21 **Jetty Environment** ee10 / ee9 / ee8 **Description** Starting in Jetty 12.0.21 the handling of empty query parameters such as `/path?=` results in no entries when using...

Bug
Sponsored
Specification

**Jetty version(s)** 12.1.0 **Description** Update documentation to track changes in PR #13220 for core deploy.

Documentation

- **Setup profile for multi release jar** - **need to always run/compile with minimum of 23** - **22 as minimum**

**Jetty Version** 12.0.19 **Jetty Environment** ee10 **Java Version** 21 **Question** When making a WebSocket connection I am able to catch the `UpgradeException` with message `Failed to upgrade to websocket: Unexpected...

Question

**Jetty version(s)** 12.0.20 **Enhancement Description** `session.demand()` is not compatible with a backpressure like API because active sink is an internal state and when null demand is automatically called (instead of...

Enhancement