Closed
Bug 84219
Opened 24 years ago
Closed 23 years ago
loading above secure url then using stop hangs browser.
Categories
(Core Graveyard :: Security: UI, defect, P2)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 106188
Future
People
(Reporter: ssaux, Assigned: ddrinan0264)
References
()
Details
(Keywords: hang)
enter above url. The browser tries to locate https://verisign.com (site is truly
at www.verisign.com). Hit the stop button. Browser hangs.
if using a non secure url, the hang doesn't occur.
Reporter | ||
Comment 1•24 years ago
|
||
-> p1
keyword -> hang
Note: using ns6.1 2001060506
Keywords: hang
Priority: -- → P1
Reporter | ||
Comment 2•24 years ago
|
||
Hang is until the connection times out.
Assignee | ||
Comment 4•24 years ago
|
||
Adding javi to cc-list.
The reason for the hang is because the client socket is set to blocking mode for
SSL connections. My feeling is that this would be very difficult to fix for rtm.
Javi, any comments?
Changing platform & OS to ALL according to bug 83996.
OS: Linux → All
Hardware: PC → All
Comment 7•24 years ago
|
||
In reading the code, bryner says "due to limitations in NSPR" we have to make
the socket blocking. We may not be able to fix this until the client upgrades
to a newer version of NSPR. (Which I believe bryner says would then make it
possible to make the connect non-blocking.)
Reporter | ||
Updated•24 years ago
|
Keywords: nsenterprise
Comment 9•24 years ago
|
||
related, or not? With 0.9.1, and 2001-07-03-09, visiting http://www.versign.com
hangs the browser after rendering a bit. It is not required to hit the stop
button, nor is it required to visit an https URL.
Comment 10•24 years ago
|
||
Please ignore me.
Comment 11•24 years ago
|
||
*** Bug 89573 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
try
https://www.ebank.us.hsbc.com/servlet/com.hsbc.us.ibank.signon.Logon
Does not load... It seems Mozilla isn't allowed to get to this page!?!
Comment 13•24 years ago
|
||
one more url to test:
https://service.capitalone.com/cgi/Home?Login
Comment 14•24 years ago
|
||
Worksforme. I'm not seeing hanging any more.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 16•24 years ago
|
||
try https://iplanet.com then hit the stop button -> hang.
This is not fixed, it only depends on the right set of circumstances to occur.
The circumstances are quite rare and have to do with the url being invalid in
some way (there's no https server at that address). However, we can't have an
invalid url hang the browser.
linux build id 0716200104.0.9.2
Status: VERIFIED → REOPENED
Resolution: WORKSFORME → ---
Reporter | ||
Comment 17•24 years ago
|
||
we're guessing the it a needs new version of nspr. wtc can you comment as to
whether a new version of nspr will be picked up in the mozilla trunk.
Comment 18•24 years ago
|
||
The landing of NSPR 4.2 Beta on the mozilla trunk
is blocked by a crash on startup on the Mac. The
NSPR team (Larry and I) can't debug on the Mac,
and the Mac developers are busy with their own bugs.
The landing of NSPR 4.2 Beta is targeted mozilla0.9.3
but it is unlikely to happen, and I don't know when
it will be done.
Reporter | ||
Comment 19•24 years ago
|
||
*** Bug 91772 has been marked as a duplicate of this bug. ***
Reporter | ||
Updated•24 years ago
|
Keywords: nsenterprise
Priority: P1 → P3
Comment 20•24 years ago
|
||
*** Bug 92778 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 22•23 years ago
|
||
Move to future. Won't have time to fix these for 2.1
Target Milestone: 2.1 → Future
Comment 23•23 years ago
|
||
This is still happening with the 10/5 WinNT branch build.
Priority: P3 → P2
QA Contact: ckritzer → junruh
Version: 2.0 → 2.1
Comment 24•23 years ago
|
||
*** This bug has been marked as a duplicate of 106188 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•