Issue 37399 - Use Java Security 2 for applets
Summary: Use Java Security 2 for applets
Status: CLOSED WONT_FIX
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: 680m62
Hardware: All All
: P4 Trivial (vote)
Target Milestone: AOO PleaseHelp
Assignee: joachim.lingner
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-18 13:37 UTC by joachim.lingner
Modified: 2008-05-08 13:29 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joachim.lingner 2004-11-18 13:37:02 UTC
Remove the configuration Items
officecfg/registry/schema/org/openoffice/Office/java.xcu
NetAccess,
Security

In Common.xcu is an Item "Enable Applet" or similar.

Remove security manager in sandbox, clean up sj2.
Comment 1 joachim.lingner 2005-02-16 16:51:26 UTC
We need an extra AppletClassLoader and a ComponentClassLoader which override the
getPermissons method. There must not be any component on the classpath otherwise
the getPerssions is not called, because the bootstrap class loader is used.
Comment 2 joachim.lingner 2005-02-17 10:56:49 UTC
In OO2 the setting Net Access, Security Checks have been removed but are still
reflected in the JVM service. Clean up!
Comment 3 joachim.lingner 2008-05-08 13:28:58 UTC
Java applets will be removed in OOo 3.
Comment 4 joachim.lingner 2008-05-08 13:29:22 UTC
.