Closed
Bug 12936
Opened 25 years ago
Closed 25 years ago
Invalid File Type in several places.
Categories
(Core :: Networking, defect, P3)
Tracking
()
M14
People
(Reporter: jer, Assigned: jud)
References
()
Details
M9 on Win 98, this is.
Steps to reproduce:
1. Attempt to go to any valid http://members.xoom.com/USERNAME/ page.
Results:
Unknown File Type window will pop up, most likely due to xoom's advertising
frame at the top of the browser window.
Console Window has:
DocLoaderFactory: Unable to create ContentViewer for command=view,
content-type=(null)
Document: Done (0.99 secs)
Document http://members.xoom.com/don/ loaded successfully
JavaScript error: window.arguments has no properties
URL: file:///C|/MOZILLA/M9/BIN/chrome/global/content/default/unknownContent.xul
LineNo: 24
Expected results:
Successful load of page.
Comments:
This affects all member pages at xoom.com. Is it related to apprunner's
inability to query bugzilla?
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 1•25 years ago
|
||
This isn't an issue in newer builds (1999090408) so I'm marking it worksforme.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 3•25 years ago
|
||
Apparently I'm an idiot. I went to the URL in 4.5, rather than in Mozilla. See
bug 13157 for the current error.
It displays a blank page, but the console window says the page loaded
successfully.
Updated•25 years ago
|
Assignee: don → leger
Status: REOPENED → NEW
Updated•25 years ago
|
Summary: Invalid FIle Type in several places. → Invalid File Type in several places.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Comment 5•25 years ago
|
||
Reporter | ||
Comment 6•25 years ago
|
||
I think that this bug was being blocked by 13157. Hard to say whether it is
that, or just a different end result from the same problem.
Reporter | ||
Comment 7•25 years ago
|
||
Now that 13157 is fixed, this has reemerged.
Reporter | ||
Updated•25 years ago
|
Resolution: DUPLICATE → ---
Assignee: leger → gagan
Status: REOPENED → NEW
Component: Browser-General → Necko
QA Contact: leger → tever
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
Comment 10•25 years ago
|
||
Smells like URL dispatching issues. CC'ing mscott since I don't have the update
on that as yet...
Updated•25 years ago
|
Assignee: gagan → valeski
Status: ASSIGNED → NEW
Target Milestone: M14
Comment 11•25 years ago
|
||
Doesn't sound like url dispatching to me. Sounds like we're getting a bad
content type for some reason. -> Jud
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 12•25 years ago
|
||
The problem was that the server was (it's not anymore) sending "(null)" as the
content type for something. If the server starts sending it again, we'll be ok
per my fix to 17647.
*** This bug has been marked as a duplicate of 17647 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 13•25 years ago
|
||
verified duplicate of 17647.
You need to log in
before you can comment on or make changes to this bug.
Description
•