Skip to content

Instantly share code, notes, and snippets.

@sbespalov
Created November 22, 2017 03:03
Show Gist options
  • Select an option

  • Save sbespalov/8dd5648d5bc7ed5a3021eae4e165bb2c to your computer and use it in GitHub Desktop.

Select an option

Save sbespalov/8dd5648d5bc7ed5a3021eae4e165bb2c to your computer and use it in GitHub Desktop.
Checksum validation broken again
Commit d31b46e93d6e054439f69b621576ab1827258bc0
carlspring <carlspring@gmail.com> on 2017-07-26 23:36:36
SB-854: Implement a simple event API
Further polishing up.
@@ -164,3 +215,3 @@
byte[] checksumValue = ((ByteArrayOutputStream) aos.getCacheOutputStream()).toByteArray();
- if (checksumValue != null && checksumValue.length > 0)
+ if (checksumValue != null && checksumValue.length > 0 && !updatedArtifactChecksumFile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment