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
* Introduced "maxResponseHeadersSize" parameter to AbstractProxyServlet. * Introduced HttpGenerator.maxResponseHeadersSize and added checks to not exceed it. * Fixed HttpParser to generate a 400 in case HttpParser.maxHeaderBytes are exceeded for a...
* Made the high-level HttpConnectionOverHTTP2 implement MaxUsable, so it cannot be used to open more streams than allowed. * Implemented low-level handling of explicit stream ids provided by applications. *...
**Jetty version(s)** all **Description** The VERSION.TXT file is not being correctly generated. For example the recent 12.0.13 build was generated with: ``` jetty-12.0.13 - 03 September 2024 + 3184 Make...
Removed `@Disabled` and fixed test as necessary.
### Jetty version(s) 12.0.14 ### Jetty Environment EE 9 EE 10 ### Java version/vendor ``` openjdk version "17.0.12" 2024-07-16 OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04) OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04,...
Jetty 9.4.50.v20221201 OpenJDK 8u292 (1.8.0_292-b10) When client sends POST call with Content-Type "application/json; charset=utf-8", it reaches our application which uses Jetty 9.4.50.v20221201 and converts it to "application/json; charset=UTF-8" with uppercase....
Currently, `ConnectionStatistics` listens to the "connection closed" event, and when it happens it retrieves the connection information from the `Connection` object passed in the event. Would be great if this...
**Jetty version(s)** 12 **Enhancement Description** Currently the way to use core HTTP `org.eclipse.jetty.server.Session` concurrently is to use `synchronized` around it. This is not virtual threads friendly, so we should have...