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
Need to support ee specific jetty-env.xml file, just as we do for jetty-web.xml
Maven Plugin - the option to set extraClasspath in the plugin configuration isn't working randomly
**Jetty version(s)** jetty 12.0.8 **Jetty Environment** Is not relevant for the issue **Java version/vendor** Is not relevant, Java 17 in my case **OS type/version** Is not relevant, Linux in my...
**Jetty version(s)** 12.0.9+ **Java version/vendor** `(use: java -version)` 22+ **Description** Currently, use of the Jetty module to access Quiche via FFM requires `--enable-native-access` to be specified on the command line,...
**Jetty version(s)** Jetty `11.0.20` Jetty ReactiveStream HttpClient `1.1.13` **Java version/vendor** `(use: java -version)` openjdk `17.0.10` **OS type/version** Windows **Description** If an http response contains an invalid status code
**Jetty version(s)** 12.0.x **Description** Probably flaky test: https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/jetty-12.0.x/2001/tests ``` Stacktrace 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:183) at org.eclipse.jetty.tests.distribution.BadAppTests.testXmlThrowOnUnavailableFalse(BadAppTests.java:110) at java.base/java.lang.reflect.Method.invoke(Method.java:580)...
**Jetty version(s)** Jetty 12.0.7 **Jetty Environment** core **Java version/vendor** `(use: java -version)` java version "21.0.1" 2023-10-17 LTS Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29) Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29,...
This was a lot of work just to move 2 small classes to core. We have to evaluate if the reduced duplication is worth the complexity of the split. Note...
**Jetty version(s)** 12.0.x **Jetty Environment** ee10 **Description** `org.eclipse.jetty.ee10.test.client.transport.HttpClientContinueTest.testNoExpect100ContinueThen100ContinueThenRedirectThen100ContinueThenResponse()` sometimes fails 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:183) at org.eclipse.jetty.ee10.test.client.transport.HttpClientContinueTest.testNoExpect100ContinueThen100ContinueThenRedirectThen100ContinueThenResponse(HttpClientContinueTest.java:950)...
**Jetty version(s)** 12 **Description** two unrelated PR builds failed with similar H2 issues: + https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/PR-11598/49/pipeline/ ``` [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [2024-05-01T05:31:58.047+0000][info][gc] Using G1 WARNING:...
**Jetty version(s)** 12 **Description** We generate charsets in lower case (e.g. `text/html;charset=iso-8859-1`), but when parsed by HttpParser, they end up as uppercase: `text/html;charset=ISO-8859-1` We should be consistent with our cases