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
trafficstars

Fix for https://github.com/jetty/jetty.project/issues/11841#issuecomment-2305847563

Bug

Add assertions to `DynamicCapacity` to avoid entering an undetected corrupt state after it is released. Fixes #12082

Bug

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...

Build

**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...

Build

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...

Signed-off-by: Olivier Lamy

build-no-cache
build-all-tests

**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...

Question

Removed deprecated methods from AbstractConnectionPool.