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

Summary: TopSecurityManager should be registered from org.netbeans.Main
Product: platform Reporter: Jesse Glick <jglick>
Component: ExecutionAssignee: Petr Nejedly <pnejedly>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 35036    

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.