Closed
Bug 84618
Opened 23 years ago
Closed 16 years ago
danskgolf.dk - Content doesn't show. an XML Parsing Error occurs instead.
Categories
(Tech Evangelism Graveyard :: Danish, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: l.aagren, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed] [deny])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.5 i686; en-US; rv:0.9.1) Gecko/20010607
BuildID: 2001060713
I've just changed from mozilla 0.9 to 0.9.1 and when i try to read
http://www.danskgolf.dk I now get an error message which I didn't get with 0.9:
XML Parsing Error: syntax error
Location: http://www.danskgolf.dk/ Line Number 1, Column 55:<!DOCTYPE HTML
PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
------------------------------------------------------^
Reproducible: Always
Steps to Reproduce:
1.Just load the page
2.
3.
Actual Results: XML Parsing Error: syntax error
Location: http://www.danskgolf.dk/ Line Number 1, Column 55:<!DOCTYPE HTML
PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
------------------------------------------------------^
Expected Results: The content of the page to be shown. I don't see any problems
in the XML.
Comment 1•23 years ago
|
||
Could this be a DOCTYPE sniffing problem? The document is being served as text/
html-there's no reason it should go to the XML parser at all.
Comment 2•23 years ago
|
||
yummmmy did we break the 3.2 doctype parsing?? over to parser cc'ing dbaron and
heikki.
Marking NEW, and OS all.
Assignee: heikki → harishd
Status: UNCONFIRMED → NEW
Component: XML → Parser
Ever confirmed: true
OS: Linux → All
QA Contact: petersen → bsharma
Comment 3•23 years ago
|
||
HTTP sniffing (using ethereal) shows:
----------
GET / HTTP/1.1
Host: www.danskgolf.dk
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.1+) Gecko/20010516
Accept: text/xml, application/xml, application/xhtml+xml, text/html;q=0.9,
image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1
Accept-Language: en, es; q=0.667, eo; q=0.333
Accept-Encoding: gzip,deflate,compress,identity
Accept-Charset: ISO-8859-1, utf-8; q=0.667, *; q=0.667
Keep-Alive: 300
Connection: keep-alive
Referer: http://bugzilla.mozilla.org/show_bug.cgi?id=84618
HTTP/1.0 200 Ok
Content-type: text/xml
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
...
----------
I suspect the server is responding to something in the 'Accept' header.
Changing component to Evangelism, since this is not a bug.
Component: Parser → Evangelism
Comment 4•23 years ago
|
||
...and reassigning to default owner of Evangelism.
Assignee: harishd → bclary
QA Contact: bsharma → zach
Comment 5•23 years ago
|
||
The following is sufficient to reproduce:
----------
GET / HTTP/1.0
Accept: text/xml, text/html
Host: www.danskgolf.dk
HTTP/1.0 200 Ok
Content-type: text/xml
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
...
----------
Comment 6•23 years ago
|
||
"text/html, text/xml" and even "text/html, text/xml;q=0.2" also yield a
"text/xml" response.
Updated•23 years ago
|
Priority: -- → P4
Updated•23 years ago
|
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 8•23 years ago
|
||
Moving to new component "West Europe". European component is being removed.
See bug 95808 for details.
Component: European → West Europe
QA Contact: momoi → caillon
Summary: Content doesn't show. an XML Parsing Error occurs instead. → danskgolf.dk - Content doesn't show. an XML Parsing Error occurs instead.
Reporter | ||
Comment 9•23 years ago
|
||
I have just sent an email to the webmaster at danskgolf.dk, and they have
allready responded that they acknowledge the problem at that they will try to
fix it right away. So maybe this bug will be resolved soon.
Comment 10•22 years ago
|
||
half a year later - still "soon"...?
Comment 11•21 years ago
|
||
the error changed, the problem not
Reporter | ||
Comment 12•21 years ago
|
||
I've recently spoken to the guys at danskgolf.dk again. After some consideration
they've decided not do anything about the problem until they redesign their web
pages. And even then they probably wont support mozilla they say :-/
Comment 13•21 years ago
|
||
Mass triage of Tech Evangelism bugs pending deletion of obsolete European
components. To find this spam, search for "WarmApplePieAndMilk"
Specific info for this bug: to other. cant determine language at this venture.
suspect wontfix based upon comment 12
Assignee: nitot → other
Component: Europe: West → Other
QA Contact: z-caillon-obsolete2 → other
Comment 16•16 years ago
|
||
Domain dead
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•