jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more

Results 665 jetty.project issues
Sort by recently updated
recently updated
newest added

Title pretty much sums up the request. I wasn't able to find any .PDFs on the websites. Most times I'm not sure exactly what I'm looking for, and searching by...

Fixes #11363 by ensuring that read never throws, but instead returns an Error chunk.

**Jetty version(s)** 12+ **Description** ArrayByteBufferPool eviction needs to be review because the current algorithm is too naive. Problems: * The default for `maxBucketSize` is `Integer.MAX_VALUE` which means that it always...

Bug

**Jetty version(s)** 12 **Enhancement Description** Contributing to Jetty could be simplified by providing simple means to automatically reformat code from the command-line.

Enhancement
Stale

**Jetty version** 9.4.x **Description** The `ContextHandler.MANAGED_ATTRIBUTES` context parameter key allow webapps to declare a comma-separated list of context attribute names. When the webapp calls `ServletContext.setAttribute(name, obj)` with one of the...

Help Wanted

**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)** 12.0.6 **Description** This is almost the same as in #11095 but this time the call stack is different. But while it was this call stack there java.lang.IllegalStateException: s=HANDLING...

Bug

**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

**Jetty version(s)** 12 **Enhancement Description** **Scenario:** The contexts base resource is `/foo`, there is a symlink at `/foo/bar` which points to `/other` which is a directory. Inside `/other` you have...

Enhancement