Joakim Erdfelt
Joakim Erdfelt
The truth of the context-path (and path info) is from the PathSpec, and while we have our own, and can make some good guesses on how it should behave, we...
If history serves as a guide, then I also think once graalvm enters the JVM proper, it will not likely be using the `org.graalvm` namespace anymore. Another thought about having...
Note sure this general issue needed anymore. Many folks have been using Jetty 12 with graalvm for a while now. We even have folks submitting issues using graalvm in their...
ooh, an ISE during `WebSocketConnection.releaseNetworkBuffer`
> java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.server.Response.write(boolean, java.nio.ByteBuffer, org.eclipse.jetty.util.Callback)" because the return value of "org.eclipse.jetty.ee10.servlet.ServletChannel.getResponse()" is null That stacktrace looks suspiciously like jersey is using the response after it has been completed...
When we do this we need to keep in mind the effort for Compression Dictionary Transport. * https://github.com/WICG/compression-dictionary-transport * https://datatracker.ietf.org/doc/draft-ietf-httpbis-compression-dictionary/ * https://chromestatus.com/feature/5124977788977152
I'm working on this now.
I've got the basics of the Compression API done. Including the Encoders as Content.Sink, and Decoders as Content.Source. The DynamicCompressionHandler (needs a new name, perhaps `CompressionHandler` ?) can do the...
@gregw lets have a chat about the remaining tasks.
@olamy are you done testing this with jdk21 yet?