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

**Jetty version(s)** _[Jetty 9.x is now at End of Community Support](https://github.com/eclipse/jetty.project/issues/7958)_ Docker image 10.0.15 (probably just all images) **Enhancement Description** I am currently trying to migrate a custom built jetty...

Enhancement

**Jetty Version** 12 **Jetty Environment** ee10 **Java Version** 21 **Question** After asking a lot of questions from your work team, the command for deploy the project was executed without error....

Question

**10.x, 11.x, 12.x** **auth_to_local support in Spnego authentication** Currently [ConfigurableSpnegoLoginService.toUserName](https://github.com/eclipse/jetty.project/blob/30ed83f3d082fc914330de2d5bbde4d0f4b91371/jetty-security/src/main/java/org/eclipse/jetty/security/ConfigurableSpnegoLoginService.java#L243C28-L243C28) just strips the realm part of the principal. Complex systems may require mapping principals to local users with MIT Kerberos's...

Enhancement

**Jetty Version** 12 **Jetty Environment** ee10 **Java Version** 21 **Question** After asking a lot of questions from your work team, the command for deploy the project was executed without error....

Question

`HpackDecoder` and `QpackDecoder` both throw undeclared exceptions such as. - `BufferUnderflowException` - `NumberFormatException` - `IllegalArgumentException` - `NullPointerException` These can be thrown if there is a bad encoding. We catch these...

Enhancement

The _certHosts map keyed on hostname is populated in the load() method where it will put ALL certificates/aliases into this map based on the host(s) listed for each certificate; this...

**Jetty version(s)** 12.0.12 **Jetty Environment** Any **Java version/vendor** `(use: java -version)` Any **OS type/version** Any **Description** In light of the changes to `HttpCompliance` in the `AuthorityCustomizer` PR #12066 it was...

Enhancement
Specification

**Jetty version(s)** jetty-9.4.48.v20220622 **Jetty Environment** NA **Java version/vendor** `(use: java -version)` openjdk version "1.8.0_362" OpenJDK Runtime Environment (build 1.8.0_362-b09) OpenJDK 64-Bit Server VM (build 25.362-b09, mixed mode) **OS type/version** AlmaLinux...

Bug

**Jetty 12.0.x** In the documentation we refer passingly to `system` classes and `server` classes. These have been replaced by `protected` and `hidden` terminology and the methods of configuring them have...

Documentation

**Jetty Version** 12 **Jetty Environment** ee10 **Java Version** 21 **Question** I have upgraded my project from jetty 9 to 12, In the Jetty 9 server, we had We have `more...

Question