Closed
Bug 5427
Opened 26 years ago
Closed 25 years ago
Passing security principals into nsILiveConnect methods will cause browser to crash
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: stanley.ho, Assigned: drapeau)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
When an applet called back from Java to JS through
netscape.javascript.JSObject, nsILiveConnect will be used. However, when
passing any security principals (nsIPrincipal) interface into nsILiveConnect to
make any call, it will cause the viewer.exe to crash immediately. This makes
even to support the minimial codebase principal impossible.
Comment 1•26 years ago
|
||
Can you give me a URL?
Also, do I need to get a more recent build than that found in the latest
installer from you (Stanley) in order to repro this?
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
Can you give me a URL?
Also, do I need to get a more recent build than that found in the latest
installer from you (Stanley) in order to repro this?
Updated•26 years ago
|
Target Milestone: M7
Comment 3•26 years ago
|
||
Reassigning all OJI bugs to george.drapeau@eng.sun.com
Comment 4•26 years ago
|
||
adding norris to the cc list.
this looks like a bug that might need to be move a out a milestone or two.
is the problem/fix understood yet?
Yes, Chris, I agree: I am moving this to the M10 milestone as a start. Ed Burns
(edburns@acm.org) is getting up to speed on OJI for Win32 to try and understand
this problem; when he gets ready, I'll probably re-assign the bug to him.
Updated•25 years ago
|
Target Milestone: M10 → M11
Comment 6•25 years ago
|
||
moving to m11. we are trying wrap up the m10 list.
is a fix for this close?
Comment 7•25 years ago
|
||
I haven't worked with OJI either; I probably broke the connection with some of
my recent changes. I removed a ton of old code that used to connect from caps to
Mozilla classic and was dead.
I haven't begun to worry about Java yet. Perhaps we should meet to begin
understanding what we need to do here.
Updated•25 years ago
|
Target Milestone: M11 → M12
Comment 10•25 years ago
|
||
m12. ed, who might a be a good reviewer? maybe beard or warren?
Comment 11•25 years ago
|
||
I just reviewed it. The change looks good to me.
R = marklin
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•25 years ago
|
||
Fix checked in. I claim this bug is fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•