Jan Bartel
Jan Bartel
Fixes #11895. Tentative fix to improve ordering of method matches so that: * methods with fewer args are preferred * methods with primitive args are preferred * methods with non-varargs...
**jetty-12** When matching xml to class methods to satisfy a `` clause, the code currently prefers matching an argument that is an interface rather than an exact class type match....
**jetty-12** We should move the integration tests for the jetty maven plugin out of each of the `jetty-eeX-maven-plugin` subprojects, and move it into submodules of `tests` instead. This will solve...
https://github.com/jakartaee/servlet/blame/6.1.x/tck/tck-runtime/src/main/java/servlet/tck/spec/serverpush/ServerPushTests.java#L338 This line says that if a cookie with `Max-Age
**Jetty version(s)** jetty-12.0.x **Jetty Environment** core The `debug.mod` `core` module refers to `jetty-debug.xml`, which refers to `org.eclipse.jetty.server.DebugListener` that does not exist, although `ee` specific `DebugListener` classes do: ``` find ....
**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...
The Servlet Specification 6.0 says: > 5.7. Closure of Response Object > When a response is closed, the container must immediately flush all remaining content in the response > buffer...
**Jetty version(s)** jetty-12 **Jetty Environment** ee10, but probably ee9//8 as well Questions to resolve via a review of `DefaultServlet` behaviour: 1. if a welcome servlet is being served via an...
** jetty-12.1 ** ** ee11 ** Test fails the "static" checks on the servlet api classes performed as part of the test. Note that the second part of the test...
**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 *...