Closed
Bug 114828
Opened 24 years ago
Closed 17 years ago
mydown.com - servlet pages sent as text/plain
Categories
(Tech Evangelism Graveyard :: Chinese-Simplified, defect)
Tech Evangelism Graveyard
Chinese-Simplified
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Henry.Jia, Assigned: momoi)
References
()
Details
(Whiteboard: [mime])
Attachments
(1 file)
|
186.31 KB,
image/jpeg
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6+)
Gecko/20011211
BuildID: 2001121103
When I open this page, it is shown in plain text instead of the normal html
format. IE displays it correctly.
Reproducible: Always
Steps to Reproduce:
1.just open the page
2.
3.
Actual Results: This page is shown in plain text.
Expected Results: shown in normal html format
also tested build 2001112009 on windows 2000(intel)
also tested build netscape 6.1 on solaris 8(sparc)
HTTP/1.0 200 OK
Date: Wed, 12 Dec 2001 11:02:10 GMT
Server: Apache/1.3.12 (Unix) tomcat/1.0 mod_ssl/2.6.5 OpenSSL/0.9.5a
Content-Type: text/plain
The server says it's plain text and mozilla believes it.
not a browser bug. => evangelism, reporter if you'd like more info about
evangelism, please visit irc.mozilla.org #evangelism
Assignee: asa → bclary
Component: Browser-General → English: US
Product: Browser → Tech Evangelism
QA Contact: doronr → zach
Version: other → unspecified
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•24 years ago
|
Summary: incorrectly show the page in plain text → mydown.com - incorrectly show the page in plain text
Comment 3•24 years ago
|
||
asia
Assignee: bclary → momoi
Component: US General → Asian
QA Contact: zach → ruixu
Reporter: I tried the URL you provided, it doesn't seem to be working
(got 'Internal Server Error'). Do you have any other link that can repro this
bug? Also, could you please attach a screen capture for this defect? Thank you.
I accessed this address again and had the same result. Now I captured the
screen.
is it possible that mozilla is confused by the charset?
as in:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Comment 7•24 years ago
|
||
I think there is nothing to do with charset in this case.
Comment 8•24 years ago
|
||
as comment 1 said - the page is being served as "text/plain" and mozilla is
displaying it as requested. the site needs to fix their server setup. nothing
mozilla can or should do
| Assignee | ||
Comment 9•24 years ago
|
||
As the following section of HTTP 1.1 protocol says:
http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc2616.html#sec-7.2.1
This is clearly a server error. We are not supposed to make a guess as
to the content's media type if one is supplied by the server. If we cannot
trust a standard and web operators behave as they wish, then we will be
creating chaos. We have asked many server opertaors to fix their MIME
type problem and we have been successful in a huge majority of cases.
Let's appeal to the common sense of the server operator in this
case also and wait to see if they will fix the problem.
I sent the following addresses a message explaining all of this and
requesting that they fix the MIME type associated with this file:
1. download@staff.yesky.com
2. software@chinabyte.com
Address 1 did not work and the message bounced but Address 2 seems to be
OK. If you have any other addresses I should use, please let me know.
Status: NEW → ASSIGNED
Comment 10•23 years ago
|
||
All of the /servlet/ links on the mydown home page exhibit the same behavior.
The home page has a bunch of javascript errors, but that's a separate problem.
OS: Windows 2000 → All
Hardware: PC → All
Summary: mydown.com - incorrectly show the page in plain text → mydown.com - servlet pages sent as text/plain
Whiteboard: [mime]
Comment 12•17 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 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
•