mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 02:29:25 +00:00
Use parseLong instead of parseInt when parsing open-ended byte ranges in LocalBlobStore. Without this fix, any "from byte x" or "to byte x" getBlob() call will throw a NumberFormatException if x is too big to fit into an int (2 GB). Fixes https://issues.apache.org/jira/browse/JCLOUDS-1073