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** 12.0.9 **Jetty Environment** ee8 **Java Version** 21 **Question** Hi community, I would like to ask question about Jetty compliance mode. We are in a situation that we use...
**Jetty version(s)** 12.0.8 **Jetty Environment** EE8 **Java version/vendor** `(use: java -version)` ``` openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment (build 17.0.10+7-Ubuntu-122.04.1) OpenJDK 64-Bit Server VM (build 17.0.10+7-Ubuntu-122.04.1, mixed mode, sharing)...
**Jetty version(s)** 12.0.x **Description** `org.eclipse.jetty.server.LocalConnectorTest.testExpect100ContinueContentAvailable()` sometimes fails with: ``` java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 289 out of bounds for byte[130] at java.base/java.lang.System.arraycopy(Native Method) at java.base/java.lang.String.getBytes(String.java:4722) at java.base/java.lang.AbstractStringBuilder.putStringAt(AbstractStringBuilder.java:1751) at java.base/java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:588) at...
**Jetty Version** 10 **Java Version** 17 **Question** The jetty documentation around password hashing is opaque at best. Does jetty support the MCF format? I see examples of specifying CRYPT:XYX but...
**Jetty version(s)** 12.1.0 **Enhancement Description** Historically, we have not supported multiple paths in the `jetty.deploy.monitoredDir` INI property. * 12.0.19 - https://github.com/jetty/jetty.project/blob/jetty-12.0.19/jetty-core/jetty-deploy/src/main/config/etc/jetty-core-deploy.xml#L21-L30 * 10.0.25 - https://github.com/jetty/jetty.project/blob/jetty-10.0.25/jetty-deploy/src/main/config/etc/jetty-deploy.xml#L42-L47 * 9.4.57 - https://github.com/jetty/jetty.project/blob/jetty-9.4.57.v20241219/jetty-deploy/src/main/config/etc/jetty-deploy.xml#L41-L48 This...
**Jetty version(s)** Jetty 12+ **Enhancement Description** Currently it is possible to override the idle timeout on a per-request basis but there doesn't seem to be a way to do the...
**Jetty version(s)** 12.0.16 **Jetty Environment** When using Jenkins **How to reproduce?** Not reproducible as is :( ``` Feb 24, 2025 3:34:38 AM FINE org.eclipse.jetty.websocket.core.WebSocketConnection fillAndParse Error during fillAndParse() java.lang.NullPointerException: Cannot...
**Jetty version(s)** 12.0.19 **Jetty Environment** ee8 **Java version/vendor** `(use: java -version)` openjdk 21.0.7 2025-04-15 LTS OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode,...
**Jetty version(s)** 12.0.x **Enhancement Description** In `QueuedThreadPool`, if a job fails to be added to the queue, it is immediately rejected. This is different from JDK's `ThreadPoolExecutor`, where if the...
**Jetty version(s)** 12.0.20 **Enhancement Description** The recently introduced `UrlParameterDecoder` from PR #13049 should also be used by jetty-http's `FormFields` class.