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)** jetty-12 **Java version/vendor** `(use: java -version)` 17 **Description** Review `Resource.newResource(String)` usages in `MetaInfConfiguration` and `QuickStartDescriptorProcessor` to ensure that mounts are not needed, or if needed are properly managed...

Bug
Stale

The method `addParsedClass()` of `AnnotationParser` reports duplicates on the classpath. The current behavior is confusing because it reports true and invalid duplicates. After upgrading from Jetty 9.3.9 to 9.4.8, I...

Stale

**Jetty version(s)** Flakey HTTP2 spec test in jetty-12 **Description** Building locally on the command line, this is a frequent error. ``` [ERROR] Failed to execute goal org.mortbay.jetty:h2spec-maven-plugin:1.0.9:h2spec (h2spec) on project...

Bug
jetty 12

**Jetty version(s)** jetty-12 **Java version/vendor** `(use: java -version)` **OS type/version** **Description** When building with tests, the following exception is produced many times from many tests. This should either not happen,...

Bug
jetty 12

**Config**: - Jetty version: 9.4.44.v20210927 - Linux Server - idleTimeout:10000 **Code:** https://github.com/eclipse/jetty.project/blob/064682b4ce57282e49a80a64b6d7a7a66fb47b28/jetty-util/src/main/java/org/eclipse/jetty/util/thread/QueuedThreadPool.java#L1009 **Description:** When a lot of threads are created at the beginning, but many are not used later. So...

Question

**Jetty version(s)** 9.4.42.v20210604 **Java version/vendor** `(use: java -version)` openjdk 11.0.11 2021-04-20 LTS OpenJDK Runtime Environment Corretto-11.0.11.9.1 (build 11.0.11+9-LTS) OpenJDK 64-Bit Server VM Corretto-11.0.11.9.1 (build 11.0.11+9-LTS, mixed mode) **OS type/version** In...

Bug

**Jetty version(s)** 9.4.45 **Java version/vendor** `(use: java -version)` 1.8.0_241; Java(TM) SE Runtime Environment 1.8.0_241-b07, Java HotSpot(TM) 64-Bit Server VM 25.241-b07; Oracle Corporation **OS type/version** Windows 10 64bit **Description** Setting a...

Bug

If a webapp uses the ServiceLoader, then the WebAppClassLoader should handle server classes by: - not finding a resource `/META-INF/service/org.some.Service` if `org.some.Service` is a server class - filtering the content...

**Jetty version(s)** jetty-io-9.4.46.v20220331.jar **Java version/vendor** `(use: java -version)` jdk1.8 **OS type/version** linux **Description** _Do not report security issues here! See [Jetty Security Reports](https://www.eclipse.org/jetty/security_reports.php)._ When the HttpClientTransportOverUnixSockets is used to send...

Bug