-
We've got a broken setup, that is unlikely to be caused by the problem described herein. Via the stacktrace, however, we did find a possible improvement for Jetty 12.0.14 using EE8. No wars are going …
-
Calling `POST /users/John Doe/identities` yields:
```
java.lang.IllegalStateException: null
at com.google.common.base.Preconditions.checkState(Preconditions.java:499)
at org.apache.james.core.…
-
**Jetty Version**
12.0.14
**Jetty Environment**
ee10
**Java Version**
21
**Question**
Given a folder `public` with a `index.html` file and this setup:
```kotlin
fun createServer(): Se…
-
### Describe the bug
Hello.
I encountered the following problem in Metabase - during operation the number of busy jetty threads gradually increases, after which at some point the application stops…
-
### Version
5.1.0
### What happened?
We recently updated Fuseki from 5.0.0 to 5.1.0 and started experiencing a NullPointerException.
Once this this exception has occurred once it keeps happening f…
-
# Story
PUT request to fcrepo (with sS3) for larger files are failing due to memory use. These request are missing filesize according to this warning:
`WARN 09:58:05.429 (AmazonS3Client) No cont…
-
JIRA Issue: [KIEKER-559] Random "zip file closed" error
Original Reporter: Nils Christian Ehmke
***
Under not predictable circumstances it is possible that Jetty throws
java.lang.IllegalStateExcept…
-
It would be nice if Javalin would depend on Jetty 12. Currently, it's hard for us to upgrade to Spring Boot 3.2 because Javalin uses Jetty 11 and Spring Boot uses Jetty 12. It's not enough to just set…
-
**11.0.17**
**Question**
Does Jetty support websocket proxying?
I want my application to be able to proxy http requests and websocket requests via Jetty server.
Using ProxyServlet.Transparent,…
-
**Description**
Seems to be introduced with the [JS API refactoring changes](https://github.com/deephaven/deephaven-core/pull/5890), though unsure if this is because we were misusing the API prior …