Closed
Bug 183599
Opened 23 years ago
Closed 22 years ago
http headers displayed on redirect in frameset
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: brett, Assigned: asa)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021127
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021127
visiting the above URL, the centre frame is a redirect. In Mozilla, the HTTP
headers are displayed and the 302 does not occur.
If I then click that frame and say "show only this frame", the redirect occurs
properly
Reproducible: Always
Steps to Reproduce:
visit the url
Actual Results:
got the headers of the redirect
Expected Results:
have the redirect occur
also broken in Mozilla 1.0.1
| Reporter | ||
Comment 1•23 years ago
|
||
I have determined what this is.
The frame src has a newline between the URL and the closing quote. Removing it
fixes the problem.
Obviously this is wrong - so I've fixed it and removed the URL as it no longer
displays it.
However, should Mozilla handle it differently?
sorry - i thought someone else removed the url. re-removing
Comment 4•22 years ago
|
||
A simple HTML file (see below) works as expected without errors with my
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 (Same build
without erros on Win2k)
<html><head><title></title></head>
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="http://www.mozilla.org
" >
<frame name="mainFrame" src="http://www.mozilla.org
">
</frameset><noframes><body></body></noframes></html>
| Assignee | ||
Updated•22 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 22 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
•