Closed
Bug 215141
Opened 22 years ago
Closed 22 years ago
siddharta.net - serving ASP as text/plain
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rok_kralj, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030804
The upper frame on the page displays the page source. First I thought there was
something wrong with the page so I used IE and it worked fine with it.
I hate it when something works in IE and not in Mozilla =)
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.siddharta.net/
2.Check the upper frame
Actual Results:
Page source is displayed.
Expected Results:
The actual page should be displayed.
You're sending out a text/plain mime-type for the page in that frame
(http://www.siddharta.net/intro.asp).
Put a
Response.ContentType = "text/html"
statement at the top of the script
Comment 3•22 years ago
|
||
-> TE
Assignee: general → other
Component: Browser-General → Other
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: general → other
Version: Trunk → unspecified
Comment 4•22 years ago
|
||
Confirming new.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Page source displayed instead of the actual page → siddharta.net - serving ASP as text/plain
Comment 5•22 years ago
|
||
Site has been redesigned - it's all Flash now...
-> WORKSFORME
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
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
•