Brad B. wrote:
> I've tried to download the quercus.war file at http://quercus.caucho.com/ 
> using
> several browsers and wget. They all seem to download a corrupted file. Is
> anyone else seeing this?
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest

Short answer is yes, not sure why. Some results of poking with curl,
wget, firefox and testing the downloaded content. wget and curl both
show the connection closing without getting the full download:

wget snip:
Connecting to quercus.caucho.com|207.44.178.4|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 1801281 (1.7M), 197 remaining
Saving to: `quercus-3.2.1.war'

curl snip:
* transfer closed with 197 bytes remaining to read
 99 1759k   99 1758k    0     0  47891      0  0:00:37  0:00:37 --:--:--
 396k* Closing connection #0
curl: (18) transfer closed with 197 bytes remaining to read


Server is running Server: Resin/4.0.s090408

Here are hashes from the two downloads above, and one with firefox:
u...@machine $ sha1sum quercus-*
2663b50c067ab91eeb68d90dbbdc637aef8d79d6  quercus-curld.war
49b3fb7c669f88899aa7c33860e334344ff3d5f5  quercus-firefox.war
49b3fb7c669f88899aa7c33860e334344ff3d5f5  quercus-wget.war

Running unzip -t  (test mode) on each of those shows errors.


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to