View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000254 | mercury | Bug | public | 2012-03-02 13:56 | 2012-03-02 13:58 | ||||
Reporter | aross | ||||||||
Assigned To | juliensf | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000254: HTTP download links for 11.07.1 return 403 forbidden error | ||||||||
Description | The HTTP download links for the compiler, tests and extras tarballs of Mercury 11.07.1 return a 403 forbidden error, presumably due to incorrect permissions or ownership. The FTP links are fine, so the impact is minor. aross@imac:~$ for dist in compiler tests extras; do wget http://www.mercury.c.unimelb.edu.au/download/files/mercury-${dist}-11.07.1.tar.gz; done --2012-03-02 13:48:16-- http://www.mercury.csse.unimelb.edu.au/download/files/mercury-compiler-11.07.1.tar.gz Resolving www.mercury.csse.unimelb.edu.au... 128.250.29.185 Connecting to www.mercury.csse.unimelb.edu.au|128.250.29.185|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2012-03-02 13:48:17 ERROR 403: Forbidden. --2012-03-02 13:48:17-- http://www.mercury.csse.unimelb.edu.au/download/files/mercury-tests-11.07.1.tar.gz Resolving www.mercury.csse.unimelb.edu.au... 128.250.29.185 Connecting to www.mercury.csse.unimelb.edu.au|128.250.29.185|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2012-03-02 13:48:17 ERROR 403: Forbidden. --2012-03-02 13:48:17-- http://www.mercury.csse.unimelb.edu.au/download/files/mercury-extras-11.07.1.tar.gz Resolving www.mercury.csse.unimelb.edu.au... 128.250.29.185 Connecting to www.mercury.csse.unimelb.edu.au|128.250.29.185|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2012-03-02 13:48:17 ERROR 403: Forbidden. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Notes | |
juliensf (administrator) 2012-03-02 13:58 |
Sorry, I forgot to make the files world readable. |