Greg Wilkins

Results 96 issues of Greg Wilkins

Rename resourceBase to baseResource Support deprecated name in initParameters

jetty 12

**Target Jetty version(s)** Jetty>=10 **Enhancement Description** Implement https://github.com/httpwg/http-core/pull/905/files

Enhancement

**Jetty version** 9.4.x, 10.0.x **Description** See #5045 for some background. After looking at that issue, it is apparent that when we fail to do all our writing as channels, we...

Stale

**Target Jetty version(s)** Check path and other attributes from set cookie when building a push request. **Enhancement Description** See https://github.com/eclipse/jetty.project/issues/8294

Enhancement

**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

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...

**Target Jetty version(s)** jetty-12 **Enhancement Description** Resumable upload support needs to be monitored to see if we need to support it in multipart upload (plus the new 104 response code)....

Enhancement

It has been discussed as part of https://github.com/GoogleCloudPlatform/jetty-runtime/issues/68 (and it's associated PR https://github.com/GoogleCloudPlatform/jetty-runtime/pull/81) that container independent parts of the logging configuration should eventually be moved from the jetty-runtime to the...

question

When deployed on systems with large available memory, the automatic calculated heap size may be too large for the JVM. This PR applies a limit to the calculated heap size.