I'm (trying to) serve blobs from Java. I'm doing a call like blobService.serve(new BlobKey(resource.getBlobKey()), response);
where the blob key was obtained from a key using getKeyString() in the first instance. The response is the standard HttpServletResponse with some added headers (Expires, Last-Modified, Etag, Content-Type). No exception is thrown. The blob seems to exist and yet I'm getting a 500 server error. Any ideas? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/UMJvFZEDA4sJ. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.