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)** jetty-12.1 **Jetty Environment** ee11 List of currently failing ee11 tck tests to fix (check means it's fixed): - [x] servlet.tck.api.jakarta_servlet.servletcontext.ServletContextTests.GetMinorVersionTest - [x] servlet.tck.api.jakarta_servlet_http.cookie.CookieTests.getValueQuotedTest - [x] servlet.tck.api.jakarta_servlet_http.cookie.CookieTests.setMaxAgeZeroTest - [x]...

Bug

**Jetty version(s)** 12.0.9 **Jetty Environment** ee9 Java ``` openjdk version "17.0.11" 2024-04-16 OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9) OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing) ``` Maven...

Bug

**Jetty Version** jetty-12 **Jetty Environment** ee10 **Java Version** Java 21 **Question** During migration from Jetty 11 to Jetty 12 (ee10) we started to see some test failures. Particularly, the `Location`...

Question

**Jetty Version** INFO :oejs.Server:main: jetty-12.0.10; built: 2024-05-30T04:40:36.563Z; git: https://github.com/jetty/jetty.project/commit/26106dfc84a03ddb6216062fe33b047fc332d0ce; jvm 22.0.1+8 **Jetty Environment** core,ee8 **Java Version** openjdk 22.0.1 2024-04-16 OpenJDK Runtime Environment Temurin-22.0.1+8 (build 22.0.1+8) OpenJDK 64-Bit Server VM Temurin-22.0.1+8...

Question

**Jetty version(s)** Observed in 12.0.6-12.0.10 with ee10. First observed in March 2024 when we deployed a release of our server that upgraded from 11.0.20 to 12.0.6+ee10. It had never been...

Bug

**Jetty version(s)** jetty-12.1.x ### Failing Test `servlet.tck.api.jakarta_servlet_http.cookie.CookieTests.getValueQuotedTest` This test sends a cookie from the client to the server that is constructed like so: ```java "Cookie: name1=\"value1\"; Domain=" + _hostname +...

Bug
TCK

## Issue #11560 Add new Jetty module called `jetty-siwe`, which implements EIP4361 Sign-In With Ethereum via the `EthereumAuthenticator`. This allows you to authenticate with a crypto wallet such as MetaMask....

Tests `org.eclipse.jetty.ee10.servlets.CloseableDoSFilterTest.testEvenLowRateIP` sounds flaky. ``` org.opentest4j.AssertionFailedError: expected: but was: at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:528) at [email protected]/org.eclipse.jetty.ee10.servlets.AbstractDoSFilterTest.testEvenLowRateIP(AbstractDoSFilterTest.java:159) ```

Stale
flaky-test

**Jetty version(s)** jetty 12.0.10 **Jetty Environment** ee10 **Java version/vendor** `(use: java -version)` GAE java 21 **OS type/version** Ubuntu-1ubuntu122.04.1 **Description** When uploading a multipart file, we are getting a NullPointerException. Tracing...

Bug

**Jetty Version** 12 **Jetty Environment** core **Java Version** 17 **Question** I am testing out an option to set a custom `authority` pseudo header with Jetty http2 client as described in...

Question