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

**Jetty version** 10.0.x **Description** Multiple tests are failing when the jetty-10.0.x tests are run on windows, these should be reviewed and fixed.

Don't stop until after new handler installed.

**Jetty version(s)** 9.4.48.v20220622 **Java version/vendor** `(use: java -version)` openjdk version "1.8.0_342" OpenJDK Runtime Environment (Temurin)(build 1.8.0_342-b07) OpenJDK 64-Bit Server VM (Temurin)(build 25.342-b07, mixed mode) **OS type/version** Microsoft Windows [Version 10.0.19042.1889]...

Bug

**Jetty version(s)** jetty-12 ee10 **Description** The `org.eclipse.jetty.ee10.webapp.WebAppContextTest#testProtectedTarget` has some important use-cases commented out with regards to handling of %2F

Bug
Security
jetty 12

**Jetty version** 9.4.44.v20210927 **Java version** java version "11.0.3" 2019-04-16 LTS **Question** Hello! We are using jetty client in our project for http2 traffic. During one of stress tests we could...

Question

Jetty version 9.4.30.v20200611 (embedded) Java version OpenJDK 64-Bit Server VM, Version: 11.0.8, Vendor: AdoptOpenJDK OS type/version Linux Description We observed this IllegalStateException once in one of our automated load tests:...

Stale

**Target Jetty version(s)** 10.0.x **Enhancement Description** Currently, if a server advertises that it supports 100 concurrent streams, then a client is entitled to open that many. If the server decrements...

Enhancement

There were MessageHandlers outside of the `internal` package for websocket-core. So this PR adds `MessageHandler` and `DemandingMessageHandler` to public packages in `websocket-core-common`. `DemandingMessageHandler` is able to use the `ByteBufferCallbackAccumulator` so...

https://repo1.maven.org/maven2/org/eclipse/jetty/documentation/jetty-documentation/12.0.0.alpha0/ the -html artifact is not getting included with the release process, we'll need to sort that for alpha1 so we can get the website process ironed out

Bug
Stale