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 135773 - Default Lookup no longer available in applet
Summary: Default Lookup no longer available in applet
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 04:03 UTC by davidparks
Modified: 2009-03-09 16:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davidparks 2008-05-26 04:03:00 UTC
Lookup.getDefault() throws a security exception in an applet now because it tries to access the System.getProperty()
function.  Since that's a singleton, you're basically out of luck trying to use it in an applet.  The function should
probably check the security settings before calling getProperty (or catch the exception).
Comment 1 Jaroslav Tulach 2008-05-26 07:52:24 UTC
OK. Can you provide patch? I am not going to fix it myself.
Comment 2 Jaroslav Tulach 2009-03-09 16:50:36 UTC
No patch provided. Ignoring as not productive complaint.