Modify

Ticket #364 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by mrook

  • Status changed from new to assigned
  • Summary changed from 2.4.0-rc1 download links borken to 2.4.0-rc1 download links broken

comment:2 Changed 2 years ago by mrook

  • Status changed from assigned to closed
  • Resolution set to fixed

Link fixed, and a Apache configuration setting was changed to fix the double compression issue on .tgz files.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.