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 **Jetty Environment** core **Description** In the servlet API there is the methods `isRequestedSessionIdFromCookie()` and `isRequestedSessionIdFromURL()` on `HttpServletRequest`. However it does not seem possible to determine this from...

Enhancement

Fixes the duplicate resource issue described in the ticket https://github.com/jetty/jetty.project/issues/11789

**Jetty version(s)** 12.0.9 **Jetty Environment** EE10 **Description** There seems to be a race condition in `ServletChannelState.asyncError()` that sometimes ends up making `HttpField.getHeader()` throw a NPE: ``` java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.http.HttpField.getHeader()"...

High Priority
Bug
Sponsored

**Jetty version(s)** 12.1.x **Description** `HttpClientTransportOverHTTP2Test.testClientStopsServerDoesNotCloseClientCloses()` illustrates the problem. When you run that test, it passes but dumps the following stack trace to `stderr`: ``` java.lang.IllegalStateException: already released ReferenceCounter@7bd4937b[r=0] at org.eclipse.jetty.io.Retainable$ReferenceCounter.lambda$release$2(Retainable.java:226)...

Bug

**Jetty Version = 12.0.10** **Spring Boot Version = 3.2.7** **Java Version = 17** **Question** I am using jetty as a client to send traffic by using the https with TLSv1.2...

Question

I have to implement a case of failover, where in I have 2 servers - primary and secondary server. The client connects to primary server. In case of failure, it...

Question

**Jetty version(s)** 10.x, 11.x, 12.x **Jetty Environment** core **Java version/vendor** `(use: java -version)` 17.0.11 / any **OS type/version** macOS / any **Description** Jetty 10.x introduced an enhancement to open network...

Bug

**Jetty Version** jetty-12 **Jetty Environment** ee10 **Java Version** 21 **Question** In transition from Jetty 9 to Jetty 12, We needed to customize `validateRequest()` method from `org.eclipse.jetty.security.authentication.SPNEGOAuthenticator `class. For this purpose,...

Question

**Jetty version** 9.4.x **Description** The logic in `CompressedContentFormat.tagEquals()` is quite obscure and possibly wrong. If `etag=foo` and `tag=foo--gzip` then `tagEquals(etag, tag)` returns `false`. However, for `etag="foo"` and `tag="foo--gzip"` `tagEquals(etag, tag)`...