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 209475 - Allow NbProxySelector to proxy connections to localhost
Summary: Allow NbProxySelector to proxy connections to localhost
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2012-03-12 14:48 UTC by Jaroslav Tulach
Modified: 2012-04-18 13:29 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch for Jirka & co. to review (12.46 KB, patch)
2012-03-12 14:49 UTC, Jaroslav Tulach
Details | Diff
platform/modules/org-netbeans-core.jar with modifications (608.23 KB, application/zip)
2012-03-12 18:57 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2012-03-12 14:48:28 UTC
Some applications may want to proxy connections to localhost (which by default uses direct connection in NetBeans Platform). Please give them an easy to use way to achieve that.
Comment 1 Jaroslav Tulach 2012-03-12 14:49:18 UTC
Created attachment 116613 [details]
Proposed patch for Jirka & co. to review
Comment 2 Jaroslav Tulach 2012-03-12 18:57:59 UTC
Created attachment 116632 [details]
platform/modules/org-netbeans-core.jar with modifications
Comment 3 Jesse Glick 2012-03-14 23:24:23 UTC
What is the use case for this? Proxying localhost makes no sense to me.


BTW "# NOI18N" has no effect, at least with -J-Dorg.openide.util.NbBundle.DEBUG=true. You mean "#NOI18N".
Comment 4 Jiri Rechtacek 2012-03-15 10:03:02 UTC
Assuming that someone really needs to proxy localhost the patch makes sense to me.
Comment 5 Jiri Rechtacek 2012-03-23 14:48:37 UTC
core-main/rev/04eb4fa93394
Comment 6 Quality Engineering 2012-03-24 11:04:03 UTC
Integrated into 'main-golden', will be available in build *201203240400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/04eb4fa93394
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #209475: Allow NbProxySelector to proxy connections to localhost
Comment 7 Marian Mirilovic 2012-04-13 09:40:35 UTC
Jarda/Jirka, 
is this related to : 
https://bug.oraclecorp.com/pls/bug/webbug_print.showbug?c_rptno=13789217
???
Comment 8 Jiri Rechtacek 2012-04-13 13:38:35 UTC
(In reply to comment #7)
> Jarda/Jirka, 
> is this related to : 
> https://bug.oraclecorp.com/pls/bug/webbug_print.showbug?c_rptno=13789217
> ???

It is I guess.
Comment 9 Jaroslav Tulach 2012-04-18 13:29:41 UTC
Right, I think it is.