> -----Original Message----- > From: Maarten Coene [mailto:maarten_co...@yahoo.com] > Sent: Thursday, June 30, 2011 4:29 PM > To: ivy-user@ant.apache.org > Subject: Re: Ivy confused about sha1 vs md5 checksums? > > My guess is that > http://devmaster:8081/nexus/content/groups/public/commons- > io/commons-io/1.4/commons-io-1.4.sha1 doesn't return an HTTP 404, but a > nice looking html saying the resource doesn't exist?
You're on the right track, but it's much more bizarre than that. I captured the network traffic with Wireshark and found that Ivy issues a GET to http://devmaster:8081/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar.sha1 which looks right. However, the returned data looked really weird, so I entered that URL in a browser and got..... the HTML for Oracle's home page (not the home page, but the HTML source displayed in the browser). I will pursue this further on the nexus list.