Modify ↓
Ticket #364 (closed defect: fixed)
2.4.0-rc1 download links broken
| Reported by: | spaze-bugs@… | Owned by: | mrook |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4.0RC2 |
| Component: | phing-core | Version: | devel |
| Keywords: | Cc: |
Description
Link mentioned there on phing.info/trac/wiki/Users/News/Phing2.4.0RC1 leads to 404:
efp:~$ wget pear.phing.info/get/phing/2.4.0RC1.tgz --2009-10-06 21:01:37-- http://pear.phing.info/get/phing/2.4.0RC1.tgz Resolving pear.phing.info... 193.238.60.53 Connecting to pear.phing.info|193.238.60.53|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2009-10-06 21:01:37 ERROR 404: Not Found.
Using link on phing.info/trac/wiki/Users/Download leads to a file, but using a common browser (Opera 10 in my case, tested with Firefox 3.5 too) leads to a file which is just a tar, not tgz. See the example using wget with different Accept-Encoding headers, the resulting file size is different.
efp:~$ wget pear.phing.info/get/phing-2.4.0RC1.tgz
--2009-10-06 20:58:01-- http://pear.phing.info/get/phing-2.4.0RC1.tgz
Resolving pear.phing.info... 193.238.60.53
Connecting to pear.phing.info|193.238.60.53|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 358923 (351K) [application/x-gzip]
Saving to: `phing-2.4.0RC1.tgz'
100%[...] 358,923 817K/s in 0.4s
2009-10-06 20:58:01 (817 KB/s) - `phing-2.4.0RC1.tgz' saved [358923/358923]
efp:~$ wget --header="Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0" pear.phing.info/get/phing-2.4.0RC1.tgz
--2009-10-06 20:58:06-- http://pear.phing.info/get/phing-2.4.0RC1.tgz
Resolving pear.phing.info... 193.238.60.53
Connecting to pear.phing.info|193.238.60.53|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: `phing-2.4.0RC1.tgz.1'
[...] 358,996 868K/s in 0.4s
2009-10-06 20:58:06 (868 KB/s) - `phing-2.4.0RC1.tgz.1' saved [358996]
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
