Created
November 22, 2017 03:03
-
-
Save sbespalov/8dd5648d5bc7ed5a3021eae4e165bb2c to your computer and use it in GitHub Desktop.
Checksum validation broken again
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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