Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Java Storage Client Library 8.6.1

Compare
Choose a tag to compare
@rickle-msft rickle-msft released this 18 Mar 19:22
· 29 commits to legacy-master since this release
475eb84
  • Fixed a bug in BlobInputStream that would return extra zeros at the end of the stream if the data was encrypted using client-side encryption.
  • MD5 checks on BlobInputStream are skipped if data being downloaded is also being decrypted via client-side encryption, even if disableMd5Calculation is set to false. Previously this check would always fail as MD5 is calculated on cipher text on upload but was calculated on plaintext on download.
  • Added a workaround to a JDK bug that would ignore connection timeouts on retries, causing hangs in some scenarios. This requires defaulting setting https keep-alive on all sockets. It can be disabled via BlobRequestOptions.