Closed
Bug 912491
Opened 12 years ago
Closed 12 years ago
File Viewer's Download link throws a 403 error
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
FIXED
2013-12-10
People
(Reporter: diegocr, Assigned: oremj)
References
()
Details
(Whiteboard: [ReviewTeam])
This seems a regression of https://bugzilla.mozilla.org/show_bug.cgi?id=636648
Current result when clicking the download link for the pointed URL:
[15:58:46.316] GET https://addons.mozilla.org/en-US/firefox/files/browse/173582/file-redirect/install.rdf [HTTP/1.1 302 FOUND 718ms]
[15:58:47.052] GET https://addons.cdn.mozilla.net/en-US/firefox/files/browse/173582/file-serve/install.rdf?token=5af5c492-2304-4bfd-8029-eb2236d800be [HTTP/1.1 403 Forbidden 297ms]
Comment 1•12 years ago
|
||
This isn't actually a regression since .rdf was never white listed, but it is related. Jeremy is fixing it now, it will go out to production next Tuesday. Thanks.
Assignee: nobody → oremj
Status: NEW → RESOLVED
Closed: 12 years ago
Keywords: regression
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
I've been seeing this issue since I first tried to download files from the source repository. I don't recall how long ago that was.
Just now I tried with 4 different browsers and getting the same 403s I've always gotten so don't see how this is fixed.
Steps to reproduce:
Visit https://addons.mozilla.org/en-US/firefox/files/browse/234208/
Click on Download install.rdf.
Download URL is https://addons.mozilla.org/en-US/firefox/files/browse/234208/file-redirect/install.rdf which redirects you to...
https://addons.cdn.mozilla.net/en-US/firefox/files/browse/234208/file-serve/install.rdf?token=73cf8caf-03a8-47e0-84df-56a792930b7d
Result:
403 Forbidden
nginx
Comment 3•12 years ago
|
||
I see what you mean and I also see the commit that added rdf:
https://github.com/mozilla-services/svcops-puppet/commit/7183ce5cd30a39b0e4d4d915c5a4a91a81817003
Jeremy - is there a reason this wouldn't have gone out yet?
Status: RESOLVED → REOPENED
Flags: needinfo?(oremj)
Resolution: FIXED → ---
| Assignee | ||
Comment 5•12 years ago
|
||
https://github.com/mozilla/zamboni/pull/1461 <- this should fix it.
Comment 6•12 years ago
|
||
That PR landed in https://github.com/mozilla/zamboni/commit/313cf9761b761634bf27e3b3c63ab964b8e1eeb4
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-12-10
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•