Closed
Bug 540972
Opened 16 years ago
Closed 16 years ago
Fix install service add-on icons
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
5.6
People
(Reporter: fligtar, Assigned: clouserw)
Details
(Keywords: regression)
Attachments
(1 file)
557 bytes,
patch
|
davedash
:
review+
|
Details | Diff | Splinter Review |
We apparently broke the old add-on icon URLs when images were moved out of the database, and for some reason didn't add redirects.
The install service icons are now all missing, so we either need to add a redirect as should have been done originally or update all of the icon URLs in webroot/services/install.php and make certain nothing else is trying to use those URLs.
An example of the missing icon: http://people.mozilla.com/~fligtar/temp/kev.html
Assignee | ||
Comment 1•16 years ago
|
||
what do you think of this?
Attachment #423378 -
Flags: review?(dd)
Comment 2•16 years ago
|
||
Comment on attachment 423378 [details] [diff] [review]
add a question mark
Didn't realize we were inconsistent with this URL, but the ? fixes things if you forget the slash.
-d
Attachment #423378 -
Flags: review?(dd) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Assignee: nobody → clouserw
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
In trying to verify this, I tried using TamperData to intercept calls to the SAMO API and replace with preview.*, but it still pulled from prod; even replacing extensions.* URLs to point to preview didn't work.
Suggestions?
Assignee | ||
Comment 5•16 years ago
|
||
I verified it by grabbing a normal URL from prod using tamperdata, and then changing that to preview. It's not to the level of verification of actually using it in the client, but a request is a request and it should still work.
Assignee | ||
Comment 6•16 years ago
|
||
Comment 7•16 years ago
|
||
Ahhhh, thanks, Wil.
Verified FIXED; that's precisely what I couldn't get at when I tried with TamperData.
clouserw++
Status: RESOLVED → VERIFIED
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
•