This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 29128 - TopSecurityManager should be registered from org.netbeans.Main
Summary: TopSecurityManager should be registered from org.netbeans.Main
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks: 35036
  Show dependency tree
 
Reported: 2002-11-28 14:36 UTC by Jesse Glick
Modified: 2008-12-22 15:49 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-11-28 14:36:20 UTC
I.e. from bootstrap code, rather than from normal
core.
Comment 1 Jesse Glick 2004-04-20 17:55:57 UTC
Cf. also issue #41355, possibly related.
Comment 2 Jaroslav Tulach 2005-07-15 08:19:00 UTC
The problem is that running with security manager is slower, that is why we
register it at the end in NonGui.java:

        // 8. Advance Policy

        // set security manager
        SecurityManager secman = new TopSecurityManager();


I guess the request is wontfix.
Comment 3 Jaroslav Tulach 2005-07-15 08:19:09 UTC
The problem is that running with security manager is slower, that is why we
register it at the end in NonGui.java:

        // 8. Advance Policy

        // set security manager
        SecurityManager secman = new TopSecurityManager();


I guess the request is wontfix.