Closed Bug 164206 Opened 22 years ago Closed 22 years ago

enters infinite loop when loading ASP script

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows 98
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 130409

People

(Reporter: jcmeredith, Assigned: jst)

References

()

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.1) Gecko/20020815
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.1) Gecko/2002081506

From the page www.totaljobs.co.uk there is a iconic link called MYTOTALJOBS that
loads an ASP script.  Mozilla does not display anything but instead goes into an
infinite loop loading items.

Reproducible: Always

Steps to Reproduce:
1. Enter www.totaljobs.co.uk into Mozillas address bar.
2. Click the MYTOTALJOBS icon in the top-left of page, just under the main title.
3. Observe the results.

Actual Results:  
Mozilla displays a blank page and the status bar at the bottom of Mozillas
window shows that it is requesting and completing several items/documents.  This
ends after 60+ seconds with a blank page.

Expected Results:  
Mozilla should have quickly loaded a page that has forms for new-user creation
or existing user login.

I tried changing themes but the result was the same.
confirming the bug... mozilla enters into endless loop
on Mozilla 1.1b
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020722
-> networking HTTP

Server is IIS 5.0

Mozilla seems to ignore the response from the webserver and keeps sending GET
requests..
Assignee: asa → darin
Component: Browser-General → Networking: HTTP
QA Contact: asa → tever
Attached file Testcase
Reduced testcase. The following javascript is the problem:
if (document.location.hostname == 'www.totaljobs.co.uk') {
  document.location.host = 'www.totaljobs.com';
}

The testcase contains bugzilla.mozilla.org and mothra.mozilla.org.
-> DOM Level 0??
Assignee: darin → jst
Component: Networking: HTTP → DOM Level 0
QA Contact: tever → desale

*** This bug has been marked as a duplicate of 130409 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: