https://issues.apache.org/bugzilla/show_bug.cgi?id=56119
--- Comment #6 from oliver lloyd <[email protected]> --- It fails with both timers. The last POST to actually upload the file is different because the server (our server) only gives the client/browser some security tokens, we do not receive the uploaded file. The actual file transfer is done from the browser directly to Amazon S3 and this is the last request. See: http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingHTTPPOST.html There is an expiration for the credentials we pass back to the browser but this is set to 5 minutes. See: http://docs.aws.amazon.com/AmazonS3/latest/dev/HTTPPOSTForms.html#HTTPPOSTExpiration At first glance, I can see how this looks like a config issue with the request and, to be fair, it probably is but it's weird that it relates to timing like this and that this can cause a null response - I was curious if there was anything you could think of. But it's quite a minor problem: this will not occur in real life and we can easily work around it for testing. -- You are receiving this mail because: You are the assignee for the bug.
