Closed
Bug 278600
Opened 20 years ago
Closed 20 years ago
xml parsing errror on xul error pages
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: luke.montague, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041227 Firefox/1.0+ (MOOX M3) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041227 Firefox/1.0+ (MOOX M3) When browser.xul.error_pages.enabled is set to true, and an error occurs (such as a site not being found, or a connection timeout) instead of the expected error page appearing, an XML parsing error appears. XML Parsing Error: mismatched tag. Expected: </http://www.w3.org/1999/xhtml style>. Location: jar:resource:///chrome/toolkit.jar!/content/global/netError.xhtml?e=dnsNotFound&u=http%3A//www.error.error/&d=www.error.error%20could%20not%20be%20found.%20Please%20check%20the%20name%20and%20try%20again. Line Number 87, Column 3: --^ Reproducible: Always Steps to Reproduce: 1. set browser.xul.error_pages.enabled to true 2. type something stupid into the address bar, like http://error.error 3. notice the lovely XML error. Actual Results: XML parsing error. Expected Results: An XUL error page should have appeared.
Comment 1•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050304 Firefox/0.9.0 Must've been fixed since 20041227.
| Reporter | ||
Comment 2•20 years ago
|
||
Yeah, it works as it should now. Marking fixed, even though it's probably a duplicate.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 3•20 years ago
|
||
No bug / patch identified. -> WORKSFORME
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•