Closed
Bug 126494
Opened 24 years ago
Closed 23 years ago
w3.org - Mozilla given XML, IE given XHTML
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
References
()
Details
This situation was referred to in the www-tag mailing list today.
http://webtools.mozilla.org/web-sniffer/view.cgi?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema&verbose=on
in mozilla gives:
input url:
http://www.w3.org/2001/XMLSchema
fully qualified url:
http://www.w3.org/2001/XMLSchema
will send these HTTP Request headers:
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
Accept-Charset: windows-1252, utf-8;q=0.66, *;q=0.66
Accept-Language: en-us
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+)
Gecko/20020213 Netscape6/6.2.1+
Host: www.w3.org
calling gethostbyname_r() on
www.w3.org
succeeded
calling connect()
succeeded
HTTP/1.1 200 OKCRLF
Date: Tue, 19 Feb 2002 21:37:09 GMTCRLF
Server: Apache/1.3.20 (Unix) PHP/3.0.18CRLF
WWW-Authenticate: Basic realm="W3CACL"CRLF
WWW-Authenticate: Basic realm="W3CACL"CRLF
Content-Location: XMLSchema.xsdCRLF
Vary: negotiate,accept,accept-charsetCRLF
TCN: choiceCRLF
P3P: policyref="http://www.w3.org/2001/05/P3P/p3p.xml"CRLF
Cache-Control: max-age=21600CRLF
Expires: Wed, 20 Feb 2002 03:37:09 GMTCRLF
Last-Modified: Thu, 25 Oct 2001 10:37:19 GMTCRLF
ETag: "23404f-15232-3bd7eb5f;3c5fb9ea"CRLF
Accept-Ranges: bytesCRLF
Content-Length: 86578CRLF
Connection: closeCRLF
Content-Type: application/xmlCRLF
CRLF
<?xml version='1.0' encoding='UTF-8'?>CRLF
In IE5.5 you get:
input url:
http://www.w3.org/2001/XMLSchema
--------------------------------------------------------------------------------
fully qualified url:
http://www.w3.org/2001/XMLSchema
--------------------------------------------------------------------------------
will send these HTTP Request headers:
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */*
Accept-Language: en-us,sv;q=0.8,da;q=0.7,fr;q=0.5,de;q=0.3,es;q=0.2
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)
Host: www.w3.org
--------------------------------------------------------------------------------
calling gethostbyname_r() on
www.w3.org
succeeded
--------------------------------------------------------------------------------
calling connect()
succeeded
--------------------------------------------------------------------------------
HTTP/1.1 200 OKCRLF
Date: Tue, 19 Feb 2002 21:40:49 GMTCRLF
Server: Apache/1.3.20 (Unix) PHP/3.0.18CRLF
WWW-Authenticate: Basic realm="W3CACL"CRLF
WWW-Authenticate: Basic realm="W3CACL"CRLF
Content-Location: XMLSchema.htmlCRLF
Vary: negotiate,accept,accept-charsetCRLF
TCN: choiceCRLF
P3P: policyref="http://www.w3.org/2001/05/P3P/p3p.xml"CRLF
Cache-Control: max-age=21600CRLF
Expires: Wed, 20 Feb 2002 03:40:49 GMTCRLF
Last-Modified: Wed, 13 Feb 2002 11:26:57 GMTCRLF
ETag: "32c249-a43-3c6a4d81;3c5fb9ea"CRLF
Accept-Ranges: bytesCRLF
Content-Length: 2627CRLF
Connection: closeCRLF
Content-Type: text/html; charset=iso-8859-1CRLF
CRLF
<?xml version='1.0'?>LF
<!DOCTYPE html PUBLIC "-//XML-DEV//DTD XHTML RDDL 1.0//EN"
"http://www.w3.org/2001/rddl/rddl-xhtml.dtd" >LF
Comment 1•23 years ago
|
||
Marking Fixed, I get XHTML in Mozilla 2002030908/WinXP.
Status: NEW → RESOLVED
Closed: 23 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
•