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

Summary: Need to control proxy setting by another module (not from UI Settings)
Product: platform Reporter: ouaibsjy <ouaibsjy>
Component: -- Other --Assignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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 );