|
||||||||
|
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/groups/opt_out.

The following fixes have been included in jenkins-1.500 for this issue:
n * Merge pull request #660 from larshvile/master
n
n [FIXED JENKINS-16215] Avoiding unnecessary downloads in FilePath.installIfNecessaryFrom\\n
nThe following changes have also been included in jenkins-1.500 for this issue
n *
JENKINS-16215Avoiding unnecessary downloads in FilePath.installIfNecessaryFrom.n
n The updated version uses the locally cached timestamp, '.timestamp', to set the
n 'If-Modified-Since' header. 304 Not Modified responses are dealt with by
n aborting the installation. *
JENKINS-16215: changelog