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
Jetty version(s) 11.0.11 Java version/vendor (use: java -version) 17.0.1 Spring boot version(s) 2.7.4 OS type/version Linux Hi Team, In the given code snippet, the SNI details are correctly set when...
**Jetty version(s)** 12.0.7 **Jetty Environment** core **Java version/vendor** `(use: java -version)` openjdk version "21.0.2" 2024-01-16 OpenJDK Runtime Environment (build 21.0.2+13-58) OpenJDK 64-Bit Server VM (build 21.0.2+13-58, mixed mode, sharing) **OS...
**Jetty version** 10.0.x **Description** During the TLS handshake, in case of `needClientAuth`, the client may send an invalid (e.g. expired) certificate. The validation checks are performed by the `TrustManager` and...
**Jetty version** 9.4.18.v20190429 **Java version** 13 **Question** CrossOriginFilter.java does not allow `Access-Control-Allow-Headers` to accept headers as a regex pattern. In some cases we don't want client to allow anything therefore...
**Jetty version(s)** 12.0.5 **Jetty Environment** EE10 **Java version/vendor** `(use: java -version)` 21.0.1 temurin **OS type/version** only reproduced a couple times in ubuntu-latest github actions. never reproduced in mac. **Description** I'm...
**Jetty version(s)** 12.0.7 **Jetty Environment** core **Java version/vendor** `(use: java -version)` Java 17 **OS type/version** Linux **Description** Migrating from Jetty 9 to Jetty 12 and very infrequently seeing this when...
jetty version: "9.4.48" jdk version: "11.0.14.1" The online environment is suddenly fast and slow. Jetty is using the default configuration. Through stack analysis, it is found that many jetty working...
**Jetty version(s)** 12 **Enhancement Description** We have over 75 loops written like ```java for (int i = limit; i-- > 0;) // Do something ``` Most of these were written...
**Jetty Version** 12.0.6 **Jetty Environment** core **Java Version** 21 **Question** Given that https://www.w3.org/DesignIssues/MatrixURIs.html isn't part of any standard and very few libraries support it, what is their status in Jetty?...
**Jetty version(s)** 12.0.6 **Jetty Environment** core **Description** I believe that `org.eclipse.jetty.util.Attributes.getAttribute()` returns `null` if no match is found, but the Javadoc does not specify either way. In contrast, the servlet...