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
Fix for https://github.com/jetty/jetty.project/issues/11841#issuecomment-2305847563
Add assertions to `DynamicCapacity` to avoid entering an undetected corrupt state after it is released. Fixes #12082
DosHandler
Fix #10478. This is a simple DosHandler that delays and then rejects all requests over a limit.
**Jetty Versions:** This release process will produce releases: 10.0.24 (EOL) 11.0.24 (EOL) **Target Date:** Aug 29, 2024 **Tasks:** - [x] Create the release(s) issue. - [x] Update the target Jetty...
**Jetty Versions:** This release process will produce releases: 9.4.56 **Target Date:** Aug 29, 2024 **Tasks:** - [x] Create the release(s) issue. - [x] Update the target Jetty version(s) in the...
Improve the Jetty Server Dump documentation and split it out from `troubleshooting/index.adoc` to its own page which can be linked more easily. - Split the docs for Jetty Server Dump...
**Jetty Version** Jetty 12 **Jetty Environment** ee10 **Java Version** 17 **Question** In Jetty9 , I was able to configure org.eclipse.jetty.cookie.sameSiteDefault in WebAppcontext in xml by ``` org.eclipse.jetty.cookie.sameSiteDefault None ``` In...
Removed deprecated methods from AbstractConnectionPool.