Closed
Bug 561346
Opened 14 years ago
Closed 14 years ago
sharebuilder web page will not load due to xml parsing error
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: davidm303, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a4) Gecko/20100407 MozillaDeveloperPreview/3.7a4 ( .NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a4) Gecko/20100407 MozillaDeveloperPreview/3.7a4 ( .NET CLR 3.5.30729)
XML Parsing Error: not well-formed
Location: https://www.sharebuilder.com/
Line Number 15, Column 80:</title><link rel="Stylesheet" href="/sharebuilder/CssResource.axd?css=Global&b=Mozilla1.9.3&s=1&t=634067768480000000" />
Reproducible: Always
Steps to Reproduce:
1. navigate to https://www.sharebuilder.com/
2.
3.
Actual Results:
a yellow page with the error in "details"
Expected Results:
expected the web page to build
the webpage did not build
Comment 1•14 years ago
|
||
The site is sniffing for the word Firefox in the browser's user agent. If you use about:config and change general.useragent.extra.firefox to something that has the word Firefox in it the site will work. This is a bug in the site as it should not be doing that. More details on how to do it right are here: https://wiki.mozilla.org/User:Sardisson/Gecko_is_Gecko
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Robert, I changed the general.useragent.extra.firefox to Firefox/3.7a4 and the site built just fine. Thanks for the tip!
You need to log in
before you can comment on or make changes to this bug.
Description
•