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
trafficstars

## Issue #5442 Introduces the `MultiAuthenticator` class which can be used to support multiple authentication options simultaneously for the same webapp. For example you could have an app with the...

**Jetty version(s)** Jetty 12.0.13 **Jetty Environment** core, ee10 **Java version/vendor** `(use: java -version)` openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build...

Bug

Adds the following options to the CustomRequestLog ``` %A - the Request authority (which might differ from the Host header). %h - the Request scheme %uri - the entire Request...

Enhancement

Jetty Version: 12.0.12 Jetty Environment : EE 8 Java Version: 17 The root and intermediate certificates have been imported into the truststore located at jetty/etc/truststore, while the host SSL certificate...

Bug
Help Wanted

**Jetty version(s)** Compared Jetty 12.0.13 with Jetty 11.0.24 **Jetty Environment** Tested EE9 and EE10 **Java version/vendor** ```shell $ java -version openjdk version "21.0.4" 2024-07-16 OpenJDK Runtime Environment (build 21.0.4+7) OpenJDK...

Bug

**Jetty version(s)** 12.0.9 **Jetty Environment** ee9 **Java version/vendor** `(use: java -version)` JDK21 **OS type/version** Windows & Linux **Description** the method `org.eclipse.jetty.ee9.nested.ErrorHandler#getShowMessageInTitle` is not called within `org.eclipse.jetty.ee9.nested.ErrorHandler#writeErrorPageHead`. actually i can't find...

Bug
Help Wanted

**Jetty version(s)** 12.0.x **Description** TLS renegotiation is the feature that allows (typically clients) to issue a TLS handshake in the middle of an already established secure communication. This feature has...

Bug
Sponsored

* Fixed invocation of AsyncListener.onError(), now called even if the response is already committed, in both EE9 and EE10. * Reworked EE9 HttpChannel state machine in case of failures to...

If you browse the Jetty 10 documentation, and search for anything in the search bar, all the results are for Jetty 12 not Jetty 10. We should only search the...

Documentation

**Jetty Version** jetty-server: 12.0.2 **Jetty Environment** jetty-server: 12.0.2 **Java Version** Java 17 **Question** I would like to develop Java RESTful application using Jersey with Jetty embedded server. It seems there...

Question
Stale