Closed
Bug 172250
Opened 22 years ago
Closed 22 years ago
Getting security error when making java calls from javascript.
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dsirnapalli, Assigned: joshua.xia)
Details
(Whiteboard: close)
Attachments
(1 file)
|
251 bytes,
text/html
|
Details |
When i run the attached test case i get the following error in the java console
java.security.PrivilegedActionException: java.lang.IllegalAccessException
at java.lang.reflect.Method.invoke(Native Method)
at sun.plugin.liveconnect.PrivilegedCallMethodAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.liveconnect.SecureInvocation$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.liveconnect.SecureInvocation.CallMethod(Unknown Source)
Does anybody have an idea what is going wrong.| Reporter | ||
Comment 1•22 years ago
|
||
Chris Petersen is a new QA contact for oji component. His email is: petersen@netscape.com
Assignee: joe.chou → petersen
Comment 3•22 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
Comment 4•22 years ago
|
||
Isn't this related to bug #167093 ?
Comment 5•22 years ago
|
||
I think bug 167093 is specifically about signed applets -
| Assignee | ||
Comment 8•22 years ago
|
||
fixed on JPI side!
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•