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 165283 - Need to control proxy setting by another module (not from UI Settings)
Summary: Need to control proxy setting by another module (not from UI Settings)
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-15 14:52 UTC by ouaibsjy
Modified: 2014-02-06 12:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ouaibsjy 2009-05-15 14:52:17 UTC
Hello

We try to develop an enterprise application. In this environment people have a browser on their desktop (windows) with
Internet access through a proxy (and hardcoded rules to define local host) .

When we package an RCP application, RCP detect proxy browser settings and by default set setting to proxy found on local
system. But in our case we want to package a RCP application without proxy settings (because we need to access only host
on our private network).
Because we don't want that people try to install module found on internet, we want to hide proxy setting panel and set
default to "No proxy".

I can not found these feature on netbeans documentation/wiki.

Regards
Christophe
Comment 1 palman 2014-02-06 12:46:08 UTC
workaround 

org.openide.util.NbPreferences.root().node( "/org/netbeans/core" ).putInt( "proxyType", 0 );