Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Conversation

@maxjaspersmiley
Copy link

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.

@gaul gaul merged commit 1f181bf into apache:master Apr 11, 2025
1 check passed
@gaul
Copy link
Member

gaul commented Apr 11, 2025

Thank you for your contribution @maxjaspersmiley!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants