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)** jetty-12 ee9 **Description** If AsyncContext.complete is called from a random thread, then the context exit listeners see a recycled request. For example when running: `org.eclipse.jetty.ee9.servlet.AsyncServletTest#testStartWaitComplete` I get: ```...
The Servlet Specification 6.0 says: > 5.7. Closure of Response Object > When a response is closed, the container must immediately flush all remaining content in the response > buffer...
**Jetty version(s)** jetty-12 **Jetty Environment** ee10, but probably ee9//8 as well Questions to resolve via a review of `DefaultServlet` behaviour: 1. if a welcome servlet is being served via an...
**Jetty version(s)** 12.0.x **Jetty Environment** core (ThreadLimitHandler) + ee8 (ServletContextHandler) **Java version/vendor** `(use: java -version)` ``` openjdk 21.0.2 2024-01-16 LTS OpenJDK Runtime Environment Corretto-21.0.2.13.1 (build 21.0.2+13-LTS) OpenJDK 64-Bit Server VM...
**Jetty version(s)** 12 **Description** `ResponseTest` from ee9 should be ported to ee10. Possibly merge into ee10's `ResponseTest` also the work from #10228.
unit test added in branch `jetty-12.0.x-should-throw-ise-after-flush` but unit `ErrorPageTest` get stucked after the first attempt of fix
Jetty version(s) 11.0.20 Java version/vendor (use: java -version) 17.0.11 Spring boot version(s) 2.7.21 OS type/version Linux I know Jetty 11 is out of support and we are migrating to 12....
I'm using the Spring SseEmitter to stream events to my client. If the client closes the connection and I send the next event, the following exception occurs (correctly): ``` org.eclipse.jetty.io.EofException:...
** jetty-12.1 ** ** ee11 ** Test fails the "static" checks on the servlet api classes performed as part of the test. Note that the second part of the test...
**Jetty version(s)** 12.0.14 **Java version/vendor** `(use: java -version)` javac 23 **OS type/version** macOS Sequoia **How to reproduce?** Please run the ./test-mac.sh script in the attached zip archive and then open...