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)** 10+ **Description** Currently there is no protection against the `FrameHandler` being invoked concurrently by multiple threads. In particular during an idleTimeout event, even if a FrameHandler is currently...
jetty Version=11.0.17 Java Version = 17 **Question** I am using jetty as a client to send traffic by using the https with TLSv1.2 or TLSv1.3 version. Here my ask is...
**Jetty version(s)** 12 **Description** Assertion failed with: ``` 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.AssertTrue.failNotTrue(AssertTrue.java:63) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:180) at [email protected]/org.eclipse.jetty.ee10.servlet.AsyncServletIOTest.testStolenAsyncRead(AsyncServletIOTest.java:839) ``` and stderr containing:...
Bumps the dev-dependencies group with 26 updates: | Package | From | To | | --- | --- | --- | | [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) | `4.0.3` | `4.0.4` | | [org.apache.maven.plugin-tools:maven-plugin-tools-api](https://github.com/apache/maven-plugin-tools)...
**Jetty version(s)** _[Jetty 9.x is now at End of Community Support](https://github.com/eclipse/jetty.project/issues/7958)_ I discovered this in Jetty 9.4, but the problem obviously exists also in 10.x, 11.x **Java version/vendor** `(use: java...
Patches and test two related `NullPointerException` in `AsyncMiddleManServlet.onContinue()` and `org.eclipse.jetty.client.transport.HttpExchange.getRequest()` Tests a hard to reproduce timing-based `NullPointerException`. It does not always happen, it may be related to how busy the...
**Jetty version(s)** 12.0.x **Jetty Environment** core **Description** Currently, the deployment of a Jetty core web application not documented and cumbersome (but works). To deploy a core webapp, one needs the...
Fixes #11895. Tentative fix to improve ordering of method matches so that: * methods with fewer args are preferred * methods with primitive args are preferred * methods with non-varargs...
Hello, At XWiki, we have a WAR with a `jetty-web.xml`. We're trying to add support for Jetty 12 (now that it supports EE8 too) but we're facing the issue that...
**Jetty version(s)** `12.0.10-SNAPSHOT` **Jetty Environment** `ee9` **Java version/vendor** `(use: java -version)` ``` 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...