Closed
Bug 78687
Opened 24 years ago
Closed 23 years ago
Switching security state gives "not implemented" exception
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: matt, Assigned: chak)
References
Details
Build 2001050208, Linux 2.4.4 i686, RedHat 6.1, XFree86 4.0.2
When going from HTTP to HTTPS, or visa-versa, I get the following exception:
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "Method not implemented
[nsIWebProgressListener::onSecurityChange]" nsresult: "0x80004001
(NS_ERROR_NOT_IMPLEMENTED)" location: "<unknown>" data: no]
************************************************************
However, it doesn't seem to be causing any problems.
Comment 1•24 years ago
|
||
->Crypto
Assignee: mstoltz → ddrinan
Component: Security: General → Security: Crypto
QA Contact: ckritzer → junruh
Comment 2•24 years ago
|
||
Embedding:Docshell
Assignee: ddrinan → adamlock
Component: Security: Crypto → Embedding: Docshell
QA Contact: junruh → adamlock
Comment 4•24 years ago
|
||
The problem I described in bug 78687 is really critical for me, because without
fixing this bug I cann't use Mozilla at work for managing our servers. Maybe it
would also cause problems with other apps/applets. In case I described, it did
not happen while switching from HTTP to HTTPS, but while calling Java applet
method from Javascript.
Comment 5•24 years ago
|
||
I forgot to say that it happened on W2K, so this bug should be marked as OS:
All.
Updated•24 years ago
|
Keywords: mozilla0.9.2
Comment 6•24 years ago
|
||
-> chak. and nominating 0.9.2
Assignee | ||
Comment 8•24 years ago
|
||
pkures@tdp.cz wrote:
>In case I described, it did not happen while switching from HTTP to HTTPS, but
>while calling Java applet method from Javascript.
As pkures@tdp.cz says above, i could not reproduce this when transitioning
between http/https either.
Could someone give me a reproducable test case which causes the exception - when
calling a Java applet method from JavaScript as mentioned above?
Same prob with https://myaccounts.wachovia.com/homepage.html
Error: [Exception... "'Method not implemented' when calling method:
[nsIWebProgressListener::onSecurityChange]" nsresult: "0x80004001
(NS_ERROR_NOT_IMPLEMENTED)" location: "<unknown>" data: no]
I can provide the source for the page and frames, if helpful (no info of mine in
them).
Assignee | ||
Comment 10•23 years ago
|
||
I've tested it again and am unable to reproduce. Marking it WORKSFORME.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•