Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: cdd5bce5725d338b129c63c22b8e6a132e77865c
      
https://github.com/jenkinsci/remoting/commit/cdd5bce5725d338b129c63c22b8e6a132e77865c
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
    M src/main/java/hudson/remoting/Checksum.java
    M src/main/java/hudson/remoting/FileSystemJarCache.java
    M src/main/java/hudson/remoting/JarLoaderImpl.java
    M src/test/java/hudson/remoting/ChecksumTest.java
    M src/test/java/hudson/remoting/FileSystemJarCacheTest.java

  Log Message:
  -----------
  [JENKINS-39547] - Corrupt jar cache (#130)

* Do not cache by URL

* Do not perform Checksum caching in Checksum class

We need a way to calculate reliable checksums and as implemented it causes
temporary write-then-move files to have checksums cached never to use used.

* [FIXED JENKINS-39547] Verify cached slave jars before using them.

This moves checksum caching to FileSystemJarCache.

* Address review comments


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to