On 29 March 2012 17:31, Adam Murdoch <[email protected]> wrote:
> * We need to deal with the case where a server does not handle the HEAD > request (e.g. stuff hosted at googlecode). > Good point. That's something we don't currently handle. Although googlecode.com is broken, and it would be nice to trust the HEAD request on other servers. That would mean coding an exception algorithm for googlecode, I guess. Not fundamentally different from knowing etag==sha1 for Nexus, or using the special Artifactory SHA1 header, I guess. Daz
