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

**Jetty version(s)** Jetty 10+ **Description** The WebAppProvider has a method called `.setConfigurationClasses(String[])` that will force set the `WebAppContext.setConfigurationClasses(String[])` which is something we really should be discouraging with Jetty 10+ and...

Bug

**Jetty version(s)** We recently updated our apache.karaf from 4.2.9 to 4.2.15 Karaf (4.2.9) was using 9.4.28.v20200408 and with this Version everything was fine. Karaf (4.2.15) is now using 9.4.43.v20210629 and...

More Info Required
Unable To Replicate

Added constructor with read timeout parameter. Updated implementation to honor the read timeout. Added test case. Signed-off-by: Simone Bordet

**Jetty version** 9.4.46 **Java version** 8 **Question** The JDK cannot be upgraded due to historical reasons, but the jnr-unixsocket has some critical vulnerabilities. How do I replace jnr-unixsocket with junixsocket?...

Question

**Jetty version: 10.0.10** **Java version: JavaSE-11 (JRE [17.0.3])** **Question** HTTP/2 CONNECT method This issue has actually been resolved [here](https://github.com/eclipse/jetty.project/pull/3539). I have been trying to use HTTP/2 CONNECT from the client...

Question

**jetty-10.0x** Test is failing on CI builds of jetty-10.0.x. > org.opentest4j.AssertionFailedError: Unexpected exception type thrown ==> expected: but was: > at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:65) > at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:37) > at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3082) > at...

Test
flaky-test

migrated from Bugzilla [#428151](https://bugs.eclipse.org/bugs/show_bug.cgi?id=428151) status ASSIGNED severity _enhancement_ in component _server_ for _9.1.x_ Reported in version _9.1.1_ on platform _All_ Assigned to: Project Inbox On 2014-02-13 18:06:07 -0500, Greg Wilkins...

Enhancement
Help Wanted
Low Priority

It would be nice if the HTTP/2 implementation supported server-initiated streams to a client, after the connection prefaces have been exchanged. A quick look at what this would require is:...

Enhancement

migrated from Bugzilla [#402408](https://bugs.eclipse.org/bugs/show_bug.cgi?id=402408) status ASSIGNED severity _enhancement_ in component _client_ for _9.0.x_ Reported in version _9.0.0.RC2_ on platform _All_ Assigned to: Simone Bordet On 2013-03-05 03:26:39 -0500, Jo Rabin...

Enhancement
Help Wanted

**Jetty version** 9.4.36 **Java version** 1.8 **Context** I have two Java daemon processes that need to communicate via websockets. These processes are not guaranteed to be on the same machine....

Question