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.0.x **Java version/vendor** `(use: java -version)` Java 11.0.12 **OS type/version** Windows 10 **Description** When an attempt is made to connect to a remote that isn't listening, Windows...

Bug
Microsoft Windows
Stale

**Jetty version(s)** 11.0.7 **Java version/vendor** `(use: java -version)` Oracle JDK 17 **OS type/version** CentOS **Description** We have a Microservice-A that uses Jetty Client to communicate with downstream Microservices. We are...

Bug

* Remove `Server.getDefaultFavicon()` * Remove `Server.getDefaultStylesheet()` * Remove `MemoryResource` * `favicon.ico` is only managed by the `DefaultHandler` now * `DefaultHandler` loads favicon as ByteBuffer now * Introduce new `ResourceService` APIs....

jetty 12

This smaller sub-PR taken from PR #8427 This PR improves the `ResourceListing` class with testing. The output is now XHTML compliant. XML well formedness verified during testing. Switching from using...

jetty 12

**Jetty version(s)** Jetty 12 **Description** Experienced this as a flaky test twice. ``` Running org.eclipse.jetty.client.util.MultiPartRequestContentTest.testFileFromInputStream([2] HTTPS) 2022-08-16 13:59:44.858:INFO :oejs.Server:main: jetty-12.0.0-SNAPSHOT; built: 2022-08-16T18:50:19.198Z; git: 37bc52f0ff0004c4ec20de6a367c8aaf3cb03bad; jvm 17.0.3+7 [2022-08-16T13:59:44.948-0500][info][gc] GC(44) Pause Young...

jetty 12
flaky-test

Closes #8460 Simplify the set up of the DefaultSessionIdManager to remove requirement to separately call `server.setSessionIdManager`.

Add a check for being started to the `DefaultSessionIdManager` and either log or throw an exception if it is not started. This will avoid an NPE when a session is...

Bug

**Jetty version(s)** 12 **Description** Review how `resolve()` and `getPath()` are supposed to behave when directory and non-directory resources are part of a `ResourceCollection`, and for `MemoryResource` in general. Or if...

Enhancement
jetty 12

From https://facebook.github.io/zstd/: > Zstandard is a fast compression algorithm, providing high compression ratios. It also offers a special mode for small data, called dictionary compression. The reference library offers a...

Enhancement
Help Wanted
Low Priority

**Jetty version(s)** 12 **Description** Here's the current state about which of the static content serving mechanisms (ee9 `DefaultServlet`, ee10 `DefaultServlet` and `ResourceHandler`) can serve jetty-dir.css: | | jetty-dir.css | |...

Bug
jetty 12