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)** https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-p2/10.0.10/ **Description** I have downloaded the zip but if I look at the artifacts.xml is empty: ``` ``` **How should it looks like** If I look at https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-p2/10.0.9/...

Bug

**Jetty version(s)** 12.0.x **Description** Fails with `org.eclipse.jetty.client.HttpClientTLSTest expected an empty collection but within 5 seconds.` See: https://jenkins.webtide.net/job/jetty.project/job/jetty-12.0.x/396/testReport/junit/org.eclipse.jetty.client/HttpClientTLSTest/testEncryptedOutputBufferRepoolingAfterNetworkFlushThrows_boolean__2_/

Bug
Test
jetty 12
flaky-test

Alternative implementation of support for virtual threads for HTTP/1.1, HTTP/2 and HTTP/3. The virtual thread support is in AdaptiveExecutionStrategy. When virtual threads are supported and enabled, reserved threads are disabled...

Make ee10 `DefaultServlet` able to serve jetty-dir.css

jetty 12

- ee8 demos to use ee9 demos resources - add jetty-ee8-demo-jaas-webapp - add jetty-ee8-demo-jndi-webapp jetty-ee8-demo-mock-resources - uhm jetty-ee8-demo-jetty-webapp have some issues - uhm jetty-ee8-demo-jetty-webapp have some issues - fix jetty-ee8-demo-jetty-webapp...

Build
jetty 12

This fixes a few things with the URI matching done in `MetaInfConfiguration` against the regex from `CONTAINER_JAR_PATTERN` and `WEBINF_JAR_PATTERN`. 1. The old `PatternMatcher` usage introduced an extra unnecessary `newResource()` call...

jetty 12

Reworked the `PathResource.checkAliasPath` ... If the URI is a `jar:file:` based, the URI only check is skipped and the path segment checks still apply. Also, the symlink check is skipped...

jetty 12

Jetty 12 alias checking needs to be reviewed and fixed. AliasCheck is an interface defined in jetty-core but is only used in the ee10 servlet ContextHandler and is not used...

Enhancement
jetty 12

- Strengthen contract of WebSocket upgrade methods by defining in javadoc that an error response needs to be generated by them if they are not returning a WebSocket Object. -...

jetty 12