Greg Wilkins

Results 96 issues of Greg Wilkins

This test is currently failing in the jetty93 branch.

Unit tests are currently using old style junit. They should be updated on mass to the new style with the org.junit package.

enhancement

The gcloud SDK uses a bundled version of jetty and its own copy of webdefault.xml to generate the quickstart configuration for an application. If the image used by GAE is...

A webapp with annotated servlets does not deploy correctly if quickstart is disabled. The annotations appear to not be scanned

While debugging #164, it appears that http requests were able to terminate on the instance despite there being a confidential security constraint. We need to verify if this really is...

question

Transactions that are not committed by the end of a request lifecycle are rolledback synchronously. This could be done asynchronously as the result is not needed.

enhancement

Some applications are contending on the mutex within VmRequestThreadFactory when creating lots of threads.

Added option for server to generate a short html redirect body content, as per RFC9110 (default false) Allowed an aggregated servlet response content to be used if clear is false.

**Jetty version(s)** 12.0.x **Description** Probably flaky test: https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/jetty-12.0.x/2001/tests ``` Stacktrace org.opentest4j.AssertionFailedError: expected: but was: at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183) at org.eclipse.jetty.tests.distribution.BadAppTests.testXmlThrowOnUnavailableFalse(BadAppTests.java:110) at java.base/java.lang.reflect.Method.invoke(Method.java:580)...

Bug
Stale
flaky-test

This was a lot of work just to move 2 small classes to core. We have to evaluate if the reduced duplication is worth the complexity of the split. Note...