Closed Bug 72324 Opened 24 years ago Closed 24 years ago

URL doesn't load

Categories

(Core :: Networking, defect)

defect
Not set
major

Tracking

()

RESOLVED WORKSFORME
mozilla0.9.2

People

(Reporter: dvir, Assigned: neeti)

References

()

Details

(Keywords: hang)

When I go to https://www1.keshercal.co.il/realindex.htm?q the web page never loads. Instead it looks like mozilla is going through an infinite loop trying to retrieve different URL, as if it is being redirected all the time. It might be a PSM issue, since this is a secure site and a basically simple page. I use the 2001031404 build.
I tried to load this site on IE 5.0, but on IS if doesn't load at all. Looking at the script, it seems it is supposed to loop, as all the pages it is redirecting to load this same code. <html> <head> <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> <script> function reDirectURL() { var x=Math.round((Math.random()*1000)) parent.location="/realindex.htm?rnd="+x; } function startReload() { setTimeout("reDirectURL()",0); } </script> </head> <body bgcolor="ffffff" onLoad="startReload();"></body> </html>
It seems that there is something wromg with adding attachments to bugzilla. I'll add screen shots of the page under both Netscape and IE 5.5 later. From my read of the script I can't notice any deliberate loop. A number is generated randomly only once. This is a login page to the Israeli Visa credit card site, which is used by a few hundred thousands of people. A link to this site can also be find from the non-secure www.visacal.co.il site. Currently it is the main reason I can't use Mozilla continuosly.
Also seeing this with 2001031604 / Win98SE
looks like it works fine from linux, but the code doesn't look anything like what is posted in this bug, perhaps they had a bug in their html?
Confirmed in 2001031608 Mac trunk. Mozilla keeps loading the URL with a randomized number for input. If you remove ?q from the URL and use https://www1.keshercal.co.il/realindex.htm, Mozilla hangs completely. Using the same URL works fine in NS 4.7x. While it is going through infinite loop, PSM works OK. Adding hang keyword
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: hang
OS: Windows 98 → All
Hardware: PC → All
->Crypto
Assignee: mstoltz → ddrinan
Component: Security: General → Security: Crypto
QA Contact: ckritzer → junruh
Confirming on WinNT as described by hiratu "Mozilla keeps loading the URL with a randomized number for input". This IS a secure site, but this really doesn't look like a problem with psm. Asssigning to Browser General.
Assignee: ddrinan → asa
QA Contact: junruh → doronr
Keywords: mozilla0.9
reassigning
Assignee: asa → ddrinan
QA Contact: doronr → junruh
Component: Security: Crypto → Client Library
Product: Browser → PSM
Version: other → 2.0
I was able to reproduce this without SSL by copying the test page to a non-secure HTTP server. Reassigning back to Browser: General.
Assignee: ddrinan → asa
Component: Client Library → Browser-General
Product: PSM → Browser
QA Contact: junruh → doronr
Version: 2.0 → other
Keywords: mozilla0.9.1
Is someone going to check this issue? Why is it still in New status after it was confirmed on all platforms?
D., New means that it _has_ been confirmed. If it hadn't been confirmed then it would be status Unocnfirmed instead of status New. Over to necko.
Assignee: asa → neeti
Component: Browser-General → Networking
QA Contact: doronr → benc
Target Milestone: --- → mozilla0.9.2
This worksforme on a mozilla Build ID: 2001060604 on windows 2000
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
VERIFIED: WFM Mac
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Marking WFM, Win98 too.
Status: REOPENED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.