Greg Wilkins

Results 96 issues of Greg Wilkins

**Jetty version(s)** 12 **Enhancement Description** Jetty-12 has generalized the previous jetty delayed dispatch mechanism. Currently there are `Handler`s that can delay dispatch until: + some content is available + form...

Enhancement

**Jetty version(s)** **Jetty Environment** 12 **Description** In the [spring integration branch](https://github.com/spring-projects/spring-framework/pull/32097) we are seeing the following exception: ``` java.lang.IllegalStateException: channel already completed at org.eclipse.jetty.server.internal.HttpChannelState$ChannelRequest.lockedGetHttpChannelState(HttpChannelState.java:809) ~[jetty-server-12.0.6.jar:12.0.6] at org.eclipse.jetty.server.internal.HttpChannelState$ChannelRequest.read(HttpChannelState.java:873) ~[jetty-server-12.0.6.jar:12.0.6] at org.eclipse.jetty.io.content.ContentSourcePublisher$SubscriptionImpl.process(ContentSourcePublisher.java:114)...

Bug

Added mechanism to safely add beans from a super constructor of ContainerLifeCycle Fixes #11317

build-all-tests

Alternative to #11058 to fix #10541

https://httpwg.org/http-extensions/draft-ietf-httpbis-cache-header.html

Enhancement
Question
Specification

This provides an implementation of a HTTP Handler Adaptor that is coded directly to the Eclipse Jetty core API, bypassing any servlet implementation. Fixes #32035

in: web
type: enhancement

**Affects:** >= 6.1.4 The current Jetty integration uses the Servlet abstraction, which is primarily blocking and has additional buffering layers. The jetty core server (added in jetty-12) has a reactive...

in: web
type: enhancement

Use Jetty-10 on java 11 Builds on #241 as step to #235

Optimization to avoid the extra dispatch overheads of Servlets by using Eclipse Jetty Handlers directly.

This is port of the functions framework to use jetty-12 core APIs.