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)** 12 **Description** Port DoSFilter as a Handler.

Enhancement

**Jetty version(s)** Jetty 12 **Description** HTTP Request/Message Signatures is becoming popular in some contexts. (eg: OAuth) We should either support it, or at least document how to support it. *...

Enhancement
Help Wanted
Specification

**Jetty version(s)** 12+ **Enhancement Description** See the RFC: https://datatracker.ietf.org/doc/rfc9458/ Also a blog about it: https://blog.cloudflare.com/stronger-than-a-promise-proving-oblivious-http-privacy-properties

Enhancement
Specification

Closes #9511 Check that a class file that is about to be scanned is in the correct location, skipping it if not. For example, given a class with fully qualified...

Enhancement

Following on from #9433, in jetty-12 we could verify that the location of the class being scanned accords with it's reported package. If not, the scanning of that class could...

Enhancement
Jetty 12

**Jetty version(s)** 9.4+ **Description** `[license]` sections of Jetty modules are sometimes missing (e.g. `test-keystore.mod`) sometimes only referencing a link to the license, sometimes the whole license text is pasted in...

Enhancement

**Jetty version** 10.0.x **Description** I guess for historical reasons, `jetty.xml` contains `HttpConfiguration` configuration, which should instead be factored out into its own module. Similarly, the scheduler configuration should be factored...

Enhancement
Help Wanted

**Jetty 10** o.e.j.deploy.providers.WebAppProvider uses a FileFilter to check for deployable webapps, but the Scanner's setFileFilter method is deprecated, and should be replaced by the use of the IncludeExcludeSet class.

Enhancement

Use a new `MethodHolder` interface so that implementations can be used which avoid binding the `MethodHandle`s for each WebSocket connection. This will avoid the multiple spikes seen on the flamegraph...

Enhancement

**Jetty Version** 12.0.5 **Jetty Environment** ee10 **Java Version** openjdk 17.0.10 2024-01-16 LTS **Question** How to disable permessage-deflate extension in Jetty 12.0.5 I have checked suggestions provided here https://stackoverflow.com/questions/39538512/using-permessage-deflate-causing-native-memory-leak-in-jetty9-3-11

Question