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)** 12 **Description** `SerializedInvoker.Link.getInvocationType()` currently returns hardcoded `BLOCKING`. This is because a blocking task can be offered while a non-blocking one is running, so the thread running the non-blocking...
**Jetty version(s)** 12.0.6 **Jetty Environment** Any **Java version/vendor** `(use: java -version)` Any **OS type/version** Any **Description** While reviewing PR #11412 a question about the InvocationType logic in the various Handler...
Add configurable support for RFC7239 Forwarded header as an option to the defacto standard X-Forwarded-XXX headers. This should be for at least the Proxy servlet, but maybe also the Middleman.
**Jetty version(s)** Up to 12.0.x **Jetty Environment** core **Java version/vendor** `(use: java -version)` Not relevant **OS type/version** Not relevant **Description** This doesn't really affect anything, but it is unexpected. According...
Bumps the dev-dependencies group with 51 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) | `1.8.0` |...
**Jetty version(s)** 12.1.x **Description** `LargeHeaderTest.testLargeHeaderNewConnectionsConcurrent` sometimes fails with: ``` java.lang.Throwable at [email protected]/org.eclipse.jetty.server.LargeHeaderTest.testLargeHeaderNewConnectionsConcurrent(LargeHeaderTest.java:183) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1458) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2034) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:189) Suppressed: org.eclipse.jetty.http.HttpException$RuntimeException: 505: Unknown Version at...
Use of RewriteHandler.LastRuleHandler without a child handler should produce a clear error message.
**Jetty version(s)** 12.0.13 **Jetty Environment** Any **Java version/vendor** `(use: java -version)` Any **OS type/version** Any **Description** If an instance of a `Handler.Wrapper` without a child is allowed to start and...
**Jetty version(s)** 10/11/12 The behaviour for `welcomeFiles` = `true` or `exact` does not match the javadoc. The desired behaviour is explained in the javadoc for jetty-10: ``` * welcomeServlets If...
[jetty_logs.txt](https://github.com/user-attachments/files/17099958/jetty_logs.txt) **Jetty Version** 10 **Java Version** 11 **Question** Why I am seeing Unconsumed content exception errors in the logs? I am creating a POST request and sending a data to...
* Removed usages of `AbstractConnection.getInvocationType()`. * Changed HTTP server-side Connection implementations to use `AbstractConnection.fillInterested(Callback)` with a callback that specifies the `InvocationType`, derived from the `Server`, which derives it from the...