Download Page Has Link To Windows MD5 Program Which Doesn't Work: Fourmilab md5
-------------------------------------------------------------------------------
Key: CXF-3533
URL: https://issues.apache.org/jira/browse/CXF-3533
Project: CXF
Issue Type: Bug
Affects Versions: 2.3.4
Environment: Windows XP
Reporter: John Heslop
Priority: Minor
*The download mirrors page has a link to the Formiliab md5 program which gives
the wrong md5 digest for apache-cxf-2.3.4.zip.*
*I suggest you remove this link from the download mirrors page.*
I downloaded apache-cxf-2.3.4.zip from the downlaod mirrors page page:
http://www.apache.org/dyn/closer.cgi?path=/cxf/2.3.4/apache-cxf-2.3.4.zip via
this link http://apache.mirror.testserver.li//cxf/2.3.4/apache-cxf-2.3.4.zip.
I downloaded apache-cxf-2.3.4.zip.md5 from this page:
http://cxf.apache.org/download.html. The value of the digest is:
a48280a79c65d28e446a357613fa5b46
The download mirrors page has three links at the bottom for Windows md5
applications.
The first link is to http://www.fourmilab.ch/md5/. I downloaded md5.zip from
this site, unpacked it and ran it against the zip file. The result (incorrect
digest) is shown below.
{code}
Y:\Tmp\md5>md5 -d..\apache-cxf-2.3.4.zip
9307AEE8E1C6E23389530ACA185D4AD8
{code}
The second link is to http://www.pc-tools.net/win32/md5sums/. From there I
downloaded md5sums-1.2.zip, unpacked it and ran it. The result (correct
digest) is shown below.
{code}
Y:\Tmp\md5sums-1.2>md5sums -e ..\apache-cxf-2.3.4.zip
MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+
Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/
Type md5sums -h for help
[Path] / filename MD5 sum
-------------------------------------------------------------------------------
[Y:\Tmp\]
apache-cxf-2.3.4.zip 100% a48280a79c65d28e446a357613fa5b46
Y:\Tmp\md5sums-1.2>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira