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(s)** 12 **Description** @lachlan-roberts can you please have a look at `AsyncIOServletTest` in both ee9 and ee10 and restore the scope listener functionality?

Bug
jetty 12

**Jetty version(s)** Jetty 12 **Description** When using the web-app 4.0 xsd, there is a missing `javaee:jsp-configType` The definition in `web-common_4_0.xsd` has an entry ... ``` xml ``` That cannot be...

Bug
jetty 12

+ Remove old exclusions to log4j in infinispan (no longer relevant) Signed-off-by: Joakim Erdfelt

dependencies

This increases flexibility when configuring it programmatically. Patterns such as ``` HazelcastSessionDataStoreFactory f = new HazelcastSessionDataStoreFactory(); f.setOnlyClient(true); f.setClientConfig(ClientConfig.load()); ``` or ``` HazelcastSessionDataStoreFactory f = new HazelcastSessionDataStoreFactory(); f.setServerConfig(Config.load()); ``` can then...

Enhancement

**Jetty version(s)**: 11.0.11 **Java version/vendor** `(use: java -version)` ``` openjdk 18.0.2.1 2022-08-18 OpenJDK Runtime Environment (build 18.0.2.1+1-1) OpenJDK 64-Bit Server VM (build 18.0.2.1+1-1, mixed mode, sharing) ``` **OS type/version** Microsoft...

Bug

## Issue #7286 Let websocket-core handle any idleTimeout & writeTimeouts instead of bad attempt to do it in Jetty/Javax API layers.

**Jetty version(s)** 10.0.11 and newer **Java version/vendor** `(use: java -version)` Doesn't matter **OS type/version** Doesn't matter **Description** Jetty throws `IllegalStateException` when `ServletContext.getSessionTimeout()` is called from a servlet filter, or a...

Bug
Specification

**Jetty version(s)** All current **Java version/vendor** N/A **OS type/version** N/A **Description** `setHandler()` in `HotSwapHandler` has a race condition where the current handler is stopped before the new one is bound,...

Bug