Closed
Bug 13076
Opened 25 years ago
Closed 25 years ago
caps has link time dependencies on oji
Categories
(Core :: Security: CAPS, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: toshok, Assigned: norrisboyd)
Details
there are symbols in oji that are used directly in caps:
JVM_GetStartJSFrameFromParallelStack
JVM_GetEndJSFrameFromParallelStack
JVM_GetJavaPrincipalsFromStack
that need to be turned into a service or placed in some other lib (that's linked
into the executable.)
the reason this is a problem is that oji and caps each are components, and
neither should be linked with the other.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
Assignee | ||
Comment 1•25 years ago
|
||
Post-beta.
I can probably add this to the component://netscape/oji/jvm-manager interface.
If you want to reassign this to me, go ahead.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Removed references to JVM_* symbols from caps. We can add this functionality
back if we choose to support cross-language stack walking.
Moving all CAPS bugs to Security: CAPS component. CAPS component will be
deleted.
Component: CAPS → Security: CAPS
Comment 5•25 years ago
|
||
Verified per norris' comment.
Status: RESOLVED → VERIFIED
No longer depends on: 13234
You need to log in
before you can comment on or make changes to this bug.
Description
•