Greg Wilkins
Greg Wilkins
Added documentation to enable stackdriver logging locally, on GCP and other platforms (see #69). Note that the GAE prefix is used in several places, when perhaps it should have been...
Don't stop until after new handler installed.
**Jetty version(s)** jetty-12 ee10 **Description** The `org.eclipse.jetty.ee10.webapp.WebAppContextTest#testProtectedTarget` has some important use-cases commented out with regards to handling of %2F
**Jetty version(s)** 12 **Description** #8406 broke XML validation. Running the demos I get: ``` 2022-08-11 13:52:48.603:WARN :oatud.DigesterFactory:main: The XML schema [XMLSchema.dtd] could not be found. This is very likely to...
**Jetty version(s)** 12 **Description** Recent CI builds of [12 have failed](https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/jetty-12.0.x/423/tests) because mounts have been left for the server.jar for favicon.ico. This should have been closed when the server was...
There has always been an issue with URI handling in the servlet URI and in jetty that we had a choice between working with: + encoded URIs - which have...
The route fails with "Polar: Land: Fail" at a boundary of a chart. I'm running on linux ubuntu: ``` Linux pellet 5.15.0-33-generic #34-Ubuntu SMP Wed May 18 13:34:26 UTC 2022...
Cross Context Dispatch is a surprisingly complex mechanism, with significant impacts on the complexity of handling session, security, async etc. Containers are already allowed to disable `ServletContext.getContext(String)` and return null....
While considering #308 and some jetty TCK failures with getHttpServletMapping, it became apparent that there are some inconsistent and undefined behaviours under various dispatch types. In the summary below I...
After #424 for #18, we need to further clarify how methods that take paths will treat non-normal and/or encoded characters. An example of an issue could be an application that...