Closed
Bug 93872
Opened 24 years ago
Closed 24 years ago
HTML source code dump in asp pages
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: stoilis, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; el-GR; rv:0.9.3) Gecko/20010801
BuildID: 2001080110
In the mentioned site there is an asp-based search engined. More than half of
the queries, result in showing the source code (unrendered) of the page with the
results. It is irrelevant whether on not you submit data to the search engine or
not. The resulting source code seems to be missing a large portion of the head.
When it DOES appear rendered, the layout is all messed up.
Reproducible: Sometimes
Steps to Reproduce:
1. Go to the mentioned URL and you should see source HTML code instead of a
rendered page
2. If you see normal results, try re-submitting the query. You should encounted
the problem in no more than five retries.
Actual Results: You just see the source code of the asp page( the source html
code, not the asp code, of cource)
Expected Results: It should have rendered the page
Looking at the code we see that a large part of the head is missing. Some
JavaScript code is half-shown. I don't think this has any relation to the
JavaScript code, becouse the same JavaScript code exists in all static html
pages too, which work just fine. At the end, I can see, after the ending html
tag, two blank lines and a zero(0). No problem with IE5.5 though so I guess it
is client-side problem, not server side.
Comment 1•24 years ago
|
||
I could not reproduce the 'source code dump' after many retries.
Win2K/2001080508-trunk
The bad layout is due to bug 22274.
Comment 2•24 years ago
|
||
Same for me, i can't see any dump with 0.9.3 on NT4 after 10 tries.
Comment 3•24 years ago
|
||
This is a bug with their search engine, not Mozilla. To reproduce in any
browser, go to http://www.thpa.gr/en/search/search.asp and search for the word
'schedule'. Mark bug as INVALID?
You are right, this isn't mozilla's problem. Sorry to waste your time, I hope it won't happend again
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•