Closed
Bug 673140
Opened 14 years ago
Closed 14 years ago
missing font: MuseoSans_500.otf
Categories
(Cloud Services :: Server: Account Portal, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Atoll, Assigned: telliott)
Details
Attachments
(1 file)
518 bytes,
patch
|
Details | Diff | Splinter Review |
open() "/var/html/accountportal/fonts/MuseoSans_500.otf) format("opentype"" failed (2: No such file or directory), client: 10.10.10.200, server: wp-ap01.ph
x.weave.mozilla.com, request: "GET /account_static/fonts/MuseoSans_500.otf)%20format(%22opentype%22 HTTP/1.1", host: "account.services.mozilla.com", referrer: "https://account.services.mozilla.com/"
Assignee | ||
Comment 1•14 years ago
|
||
Do you have a user agent in the logs for this? It looks like we're having problems parsing the css here and I suspect I can fix this by quoting the url, but I can't replicate this on Mac or Windows, so I'm curious as to what it might be.
Assignee: nobody → telliott
Attachment #547456 -
Flags: review?(rsoderberg)
Comment 2•14 years ago
|
||
That looks to me like a request from an older IE version, which doesn't handle the format hint on @font-face src descriptors; if so, you should simply ignore it.
(It's actually better that this fails with "no such file" because of IE's CSS parsing brokenness than if it were to serve the .otf file, as IE wouldn't load it anyway so it'd be a waste of bandwidth.)
Group: client-services-security
Comment 3•14 years ago
|
||
Huh, no idea how "client services security" got set when I commented! Clearing it.
Group: client-services-security
GET /account_static/fonts/MuseoSans_500.otf)%20format(%22opentype%22 HTTP/1.1" 404 529 "https://account.services.mozilla.com/" "Mozilla/4.0 (compatible; MSIE 7.0
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•14 years ago
|
Attachment #547456 -
Flags: review?(rsoderberg)
You need to log in
before you can comment on or make changes to this bug.
Description
•