appengine-java-vm-runtime
appengine-java-vm-runtime copied to clipboard
Most/all of what is in appengine-web.xml can be made optional, so that the presence of the file in the image should not be mandatory (It is today). That would ease...
Ideally, the JSP runtime should be installable only in the WEB-INF user application classpath, when the JSPs are precompiled.
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.
VmRuntimeFileLogHandler could be moved to the common logging module and modified to use standard logging.properties configuration; for example, limit and/or pattern could be configured there rather than be fixed and...
Use the verify phase to run integration tests on the container.
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
I've tried: `` and `` and ``