|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Akshay Dayal
Path:
src/main/java/hudson/remoting/Checksum.java
src/main/java/hudson/remoting/FileSystemJarCache.java
src/main/java/hudson/remoting/JarLoaderImpl.java
src/main/java/hudson/remoting/RemoteClassLoader.java
src/test/java/hudson/remoting/ChecksumTest.java
src/test/java/hudson/remoting/FileSystemJarCacheTest.java
http://jenkins-ci.org/commit/remoting/07509891ab5c16b85e115b2174a59ffdfe55db60
Log:
JENKINS-26759 Make FileSystemJarCache more defensive. After a jar is fetched verify the checksum matches the expected value, if not throw an exception.