|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-16215) Avoid unnecessary do... [email protected] (JIRA)

Code changed in jenkins
User: Lars Hvile
Path:
core/src/main/java/hudson/FilePath.java
core/src/test/java/hudson/FilePathTest.java
http://jenkins-ci.org/commit/jenkins/cae2f4d4a2f6d9c8c13cf50c46baeb63f45c4501
Log:
JENKINS-16215Avoiding unnecessary downloads in FilePath.installIfNecessaryFrom.The updated version uses the locally cached timestamp, '.timestamp', to set the
'If-Modified-Since' header. 304 Not Modified responses are dealt with by
aborting the installation.
(cherry picked from commit 35f7653b7b28bb65b116f16282d9bea567405f61)
Conflicts:
core/src/test/java/hudson/FilePathTest.java