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 Environment: ee10 (Jetty 12.0.10) Java version: OpenJDK 17.0.3 OS: Windows 10 With Jetty 12 we have (in contrast to former Jetty versions like 10 and likely also 11) the...

Bug

**Jetty version(s)** 12.0.10 **Jetty Environment** ee10 **Java version/vendor** 17 **Description** I am encountering an issue while configuring specific static resources in the same base directory. When I try to access...

Bug

**jetty-12** When matching xml to class methods to satisfy a `` clause, the code currently prefers matching an argument that is an interface rather than an exact class type match....

Bug

Opening a ticket per Simone’s suggestion. ### Application details: OS: Ubuntu 18.04.3 LTS JRE: OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 Jetty: 9.4.26.v20200117 ### Issue: We are running a reverse proxy based...

Stale

**Jetty version(s)** 12.0.x **Description** The core `SecurityHandler` currently depends on being behind a `ContextHandler`. It implements the method: ```java public static SecurityHandler getCurrentSecurityHandler() { ContextHandler contextHandler = ContextHandler.getCurrentContextHandler(); if (contextHandler...

Bug

**Jetty version(s)** 12.0.11 **Jetty Environment** any **Java version/vendor** `(use: java -version)` any **OS type/version** any **Description** Fail method contract: If read() has returned a last chunk, this is a no...

Bug

Often times extracted wars into temp directories are deleted by OS scheduled tasks that clean the temp directory. Perhaps we could check with the deployer (that runs periodically) that the...

Stale

**Jetty version** 9.4.28 **Java version** 11.0.7 **OS type/version** Ubuntu 20.04 **Description** The Jetty HTTP client generates a relatively large amount of garbage during normal operations, some of which could easily...

Stale

The HttpTester should have a fluent API similar to (or actually same as) the Jetty HttpClient.

Enhancement
Stale

**Jetty version(s)** _[Jetty 9.x is now at End of Community Support](https://github.com/eclipse/jetty.project/issues/7958)_ **Enhancement Description** But [which one](https://stackoverflow.com/questions/4963300/which-notnull-java-annotation-should-i-use)? There is some suggestion that we can just make our own and modern IDEs...

Enhancement