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 75287 - Use system proxy settings does not work in NB in some cases
Summary: Use system proxy settings does not work in NB in some cases
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-20 15:08 UTC by Tomas Danek
Modified: 2008-12-22 22:19 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 Tomas Danek 2006-04-20 15:08:06 UTC
and probably also in 5.0

1) on windows, set proxy in IE to http://YOURPROXY.YOURDOMAIN and PORT
that works ok.
2) but when netbeans retrives system proxy settings, it does not work! The same
result is if you write http://YOURPROXY.YOURDOMAIN + PORT number to your proxy
settings. The problem is that string starts with "http://" ->if you set proxy in
IE to YOURPROXY.YOURDOMAIN, "Use system proxy settings" in NB starts to work.
Comment 1 Jiri Rechtacek 2006-05-03 13:35:41 UTC
Worksforme with nb6.0 (Build 060502), IE v windowsXP was set to
http://myproxy.mydomain, NB correctly read this settings and was able to connect
NetBeans Update Center. Have I missed something?
Comment 2 Tomas Danek 2006-05-04 13:10:47 UTC
does not work for me in trunk too. Tried it on

NetBeans IDE Dev (Build 200605031800)
1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-b02
Windows XP version 5.1 running on x86
en_US (nb); Cp1252

Please try to simulate just by entering http://proxy.domain and port # into
proxy configuration dialog in NB. That should work, but does not.
Comment 3 Jiri Rechtacek 2006-05-04 13:36:34 UTC
So, I read as two independent problems:
1. proxy dialog should be able to work with http://proxy.domain
2. windows launcher should understand both ways to set proxy host: with or without

Or fix it for both problems in NetBeans ProxySettings.
Comment 4 Jiri Rechtacek 2006-05-05 19:15:32 UTC
Checking in src/org/netbeans/core/IDESettings.java;
/shared/data/ccvs/repository/core/src/org/netbeans/core/IDESettings.java,v  <--
 IDESettings.java
new revision: 1.73; previous revision: 1.72
done
Checking in test/unit/src/org/netbeans/core/HttpSettingsTest.java;
/shared/data/ccvs/repository/core/test/unit/src/org/netbeans/core/HttpSettingsTest.java,v
 <--  HttpSettingsTest.java
new revision: 1.2; previous revision: 1.1
done
Comment 5 Tomas Danek 2006-05-09 12:56:37 UTC
verified in trunk. Thanks. Do you plan to put it also in 5.5?