Closed
Bug 571069
Opened 16 years ago
Closed 16 years ago
[NAMO] Overzealous rewrite breaks preview images
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: clouserw, Assigned: oremj)
Details
This page has preview images on it but they are broken: https://next.addons.mozilla.org/en-US/firefox/addon/1865/
The image trying to load is:
https://next.addons.mozilla.org/en-US/firefox/img/uploads/nexts/full/13/13530.png?modified=1177025970
On preview a similar image is:
https://preview.addons.mozilla.org/img/uploads/previews/full/45/45281.png?modified=1272616740
I suspect next is just s/preview/next/ in the URLs and breaking this, since .../nexts/... shouldn't exist anywhere.
Updated•16 years ago
|
Severity: normal → critical
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 1•16 years ago
|
||
Fixed:
PREVIEW_THUMBNAIL_URL = (STATIC_URL +
'/img/uploads/previews/thumbs/%s/%d.png?modified=%d')
PREVIEW_FULL_URL = (STATIC_URL +
'/img/uploads/previews/full/%s/%d.png?modified=%d')
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•