jetty.project
jetty.project copied to clipboard
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
If jetty.org is down, impossible to start Jetty server (12.0.5) - multiple dtd to eclipse and jetty
**Jetty version(s)** jetty-12.0.5 **Jetty Environment** ee10 **Java version/vendor** `(use: java -version)` openjdk 17.0.9 2023-10-17 **OS type/version** Linux or Windows **Description** xml in webapps, like ``` ... ``` While https://jetty.org/ is...
**Jetty version(s)** 12.1.x **Jetty Environment** core Review the following test classes that have at least one `@Disabled` test. Acceptable resolutions are: * reinstate test (remove `@Disabled`) * delete test *...
* The XmlConfiguration instance should not use an XML parser from the classloader. As that XML parser can be broken when it comes to XML entity resolution behaviors. (We always...
The main difference is assuming that the `Runnable` passed to `Content.Source.demand(Runnable)` is non-blocking unless explicitly declared so. This leaves most of the application code using lambdas and method references unchanged....
**Jetty Version** 12.0.3 **Jetty Environment** ee10 **Java Version** 17 **Question** When using Embedded Jetty, the `setContentType()` method in the class `ServletApiResponse` won't set the charset=utf8 automatically like the jetty 9...
**Jetty version(s)** 9.4.40.v20210413 (also 11.0.12) **Java version/vendor** `(use: java -version)` openjdk 17.0.4 2022-07-19 **OS type/version** macOS 12.6 **Description** I tried to access a https target trough HTTP squid proxy but...
WIP `testReadStarvation` still is broken in ee9, ee10 and core.
**Jetty version(s)** 12.1.x **Jetty Environment** any **Java version/vendor** `(use: java -version)` any **OS type/version** any **Description** The original description below is incorrect. The doAs problem only happens if org.eclipse.jetty.util.security.useSecurityManager is...
**Jetty version(s)** 12.0.14 **Jetty Environment** core **Java version/vendor** `(use: java -version)` 21.0.2+13-LTS **OS type/version** Ubuntu 22.04 **Description** Parsing an URI with HttpUri.from(String uri) throws an "IllegalArgumentException: Bad authority", when the...