mirror of
https://github.com/apache/jclouds.git
synced 2025-02-12 04:56:04 +00:00
ByteSourcePayload.openStream is not thread safe and lack of synchronization can throw ArrayIndexOutOfBoundsExceptions. Instead deep copy the underlying Payload. Fixes gaul/s3proxy#303.