Closed
Bug 660028
Opened 14 years ago
Closed 14 years ago
GSD Demo has 404 on JS and CSS
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
0.9.5
People
(Reporter: ozten, Unassigned)
References
Details
via email
> Hi Austin,
> I was looking for some IndexedDb examples, and I stumbled upon
> https://developer.mozilla.org/en-US/demos/detail/gsd-with-indexeddb/launch
> But that demo seems to be not working correctly anymore, at this point?
> At least the css doesn't seem to be there at all, afaict.
> Regards,
> Martijn
Looks like at least two resources are 404:
https://developer.mozilla.org/media/css/demowrap.css
https://developer.mozilla.org/media/js/jquery-1.4.2.min.js
Landing page looks good:
https://developer.mozilla.org/en-US/demos/detail/gsd-with-indexeddb/
Another older demo has this issue:
https://developer.mozilla.org/en-US/demos/detail/the-letter-heads/launch
Updated•14 years ago
|
Target Milestone: --- → 0.9.5
Comment 1•14 years ago
|
||
production Apache's /media alias is busted? https://developer-stage9.mozilla.org/en-US/demos/detail/shadows/launch is working.
Assignee: nobody → server-ops
Severity: normal → critical
Component: Website → Server Operations: Web Content Push
Product: Mozilla Developer Network → mozilla.org
QA Contact: website → mrz
Target Milestone: 0.9.5 → ---
Version: MDN → other
Updated•14 years ago
|
Assignee: server-ops → nmaul
Comment 2•14 years ago
|
||
The alias is fine... it's exactly the same as -stage9's (apart from s/-stage9//):
Alias /media /data/www/django/developer.mozilla.org/kuma/media
Alias /media /data/www/django/developer-stage9.mozilla.org/kuma/media
The differences are:
1) demowrap.css file doesn't exist on prod, but does on -stage9.
2) -stage9 requests /media/js/mdn/jquery-1.4.2.min.js... prod requests /media/js/jquery-1.4.2.min.js... note the missing 'mdn/'.
Assignee: nmaul → nobody
Component: Server Operations: Web Content Push → Website
Product: mozilla.org → Mozilla Developer Network
QA Contact: mrz → website
Target Milestone: --- → 0.9.5
Version: other → MDN
Updated•14 years ago
|
Assignee: nobody → lcrouch
Comment 3•14 years ago
|
||
Fixed in prod push
Assignee: lcrouch → mozbugs.retornam
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: qawanted
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•13 years ago
|
Version: MDN → unspecified
Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
Updated•11 years ago
|
Assignee: mozbugs.retornam → nobody
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•