Closed Bug 4321 Opened 26 years ago Closed 25 years ago

Page doesn't load properly

Categories

(Core :: Networking, defect, P1)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: dmay, Assigned: gagan)

References

()

Details

(This bug imported from BugSplat, Netscape's internal bugsystem.  It
was known there as bug #328983
http://scopus.netscape.com/bugsplat/show_bug.cgi?id=328983
Imported into Bugzilla on 03/26/99 17:35)

Oct 12b nova win32 US build.

When accssing the page, layout goes crazy.  May be JS or forms problem.
Handing over to Nisheeth for evaluation.
This is not a regression from 4.06 so we are going to fix it in 5.0...
So, this page has the following META tag:

<META HTTP_EQUIV="Refresh" CONTENT="0: URL=http://foo">

The problem is that NET_ParseMimeHeaders() assumes that the CONTENT attribute
will use a semicolon to separate the refresh interval from the url to jump to.
Because the content attribute does not parse correctly, URL_S->refresh_url gets
set to the currently loading URL.  This results in the same page being loaded
again and the META tag being laid out again, and we are in an infinite loop.

It seems to me that for the case when the CONTENT type attribute does not find a
URL to jump to, NET_ParseMimeHeaders() should allow layout of the current URL to
continue rather than reloading the same URL again.

Passing to Gagan for evaluation.

Please note that this bug can be easily fixed by changing the meta tag's content
attribute to '0; URL=http://foo'.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → LATER
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.

Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change.  If this happens, I will fix. ;-)
Status: RESOLVED → REOPENED
QA Contact: paulmac
Target Milestone: M11
hmmm... wonder how this got latered. dmay/paul could you pls. verify with Necko?
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: LATER → FIXED
Status: RESOLVED → VERIFIED
this is loading fine
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
You need to log in before you can comment on or make changes to this bug.