maxjaspersmiley opened a new pull request, #218: URL: https://github.com/apache/jclouds/pull/218
Under some conditions, attempting to parse an AWSError from a request (org.jclouds.aws.util.AWSUtils#parseAWSErrorFromContent) can wind up with a null result. S3RedirectionRetryHandler was not handling such null responses gracefully, and was instead hitting a NullPointerException. This one-line fix changes S3RedirectionRetryHandler to null-check results from the method mentioned above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
