Greg Wilkins
Greg Wilkins
obsoleted by https://github.com/GoogleCloudPlatform/jetty-runtime/issues/4, unless @ludoch wants a solution in master of this repository? If not please close.
As per https://github.com/GoogleCloudPlatform/jetty-runtime/issues/60, I'm not sure we need a request log file at all? The gcloud console produces a request log separately that will eventually be re-integrated with the application...
I've not yet looked at this. If you don't get it done then I can look at it Wednesday or Thursday.
I think there was some confusion as the stage 3 guestbook has only a role constraint and not a data constraint. Testing with some data constraints indicates that all it...
Yep, I tested with: ``` data-constraint /dump/ssl/* CONFIDENTIAL data-constraint /dump/relax/* ``` and all behaved as expected.
Reopened just so we can discuss and make sure all is OK. My test webapp with the constraints above is current deploy as default and as 20160224t154511. I have tried...
Ah I was actually logged on for some of those, so the first correctly does redirect to auth. So the only real mystery is why http to instance.version gives a...
@aozarov The current traceid integration is done as follows: - The cloud trace id is defined as an [attribute mapping](https://github.com/GoogleCloudPlatform/appengine-java-vm-runtime/blob/async-support/appengine-managed-runtime/src/main/java/com/google/apphosting/vmruntime/VmApiProxyEnvironment.java#L169-L171), so that when a request env context is made, it...
By default, any extra classes put on the jetty server class path are exposed to the webapplication. But it is an easy thing to configure in jetty and we have...
So the repackaging is already done in the `appengine-api-1.0-sdk-1.9.38.jar` that we consume from maven repository: ``` com/google/appengine/api/ com/google/appengine/repackaged/com/fasterxml/jackson/ com/google/appengine/repackaged/com/google/api/client/ com/google/appengine/repackaged/com/google/api/client/util/store/ com/google/appengine/repackaged/com/google/appengine/api/search/ com/google/appengine/repackaged/com/google/common/ com/google/appengine/repackaged/com/google/datastore/ com/google/appengine/repackaged/com/google/gson/ com/google/appengine/repackaged/com/google/io/ com/google/appengine/repackaged/com/google/net/ com/google/appengine/repackaged/com/google/protobuf/ com/google/appengine/repackaged/com/google/protos com/google/appengine/repackaged/com/google/rpc/ com/google/appengine/repackaged/com/google/storage/...