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 91696 - Proxy settings don't take in m5
Summary: Proxy settings don't take in m5
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on: 75856
Blocks:
  Show dependency tree
 
Reported: 2007-01-02 18:00 UTC by Unknown
Modified: 2008-12-22 10:56 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 Unknown 2007-01-02 18:00:49 UTC
After a clean install of NB 6.0 m5, the proxy settings don't stick after
manually configuring them.  This is using:

NetBeans IDE Dev (Build 200611291315)
1.6.0; Java HotSpot(TM) 64-Bit Server VM 1.6.0-b105
Linux version 2.6.18.5-slh64-smp-1 running on amd64
en_US (nb); ANSI_X3.4-1968

on a KDE desktop.
After manually editing core.properties from:
  proxyHttpPort=80
  proxyType=1
  useProxyAuthentication=false
  proxyHttpHost=[my proxy]
to:
  proxyHttpPort=80
  proxyType=2
  useProxyAuthentication=true
  proxyHttpHost=[my proxy]

the IDE re-wrote it to:
  proxyHttpPort=80
  proxyType=2
  useProxyAuthentication=false
  proxyHttpHost=[my proxy]

Interestingly enough, I'm still able to connect tho it  
useProxyAuthentication=false.
Comment 1 Jiri Rechtacek 2007-01-03 14:05:05 UTC
Easy to reproduce, it's waiting till issue 75856 resolved. Must be fixed in NB6.0.
Comment 2 Jiri Rechtacek 2007-01-10 13:27:50 UTC
Checking in
editor/options/src/org/netbeans/modules/options/general/Bundle.properties;
/shared/data/ccvs/repository/editor/options/src/org/netbeans/modules/options/general/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.14; previous revision: 1.13
done
Checking in
editor/options/src/org/netbeans/modules/options/general/AdvancedProxyPanel.java;
/shared/data/ccvs/repository/editor/options/src/org/netbeans/modules/options/general/AdvancedProxyPanel.java,v
 <--  AdvancedProxyPanel.java
new revision: 1.2; previous revision: 1.1
done
Checking in
editor/options/src/org/netbeans/modules/options/general/GeneralOptionsPanel.form;
/shared/data/ccvs/repository/editor/options/src/org/netbeans/modules/options/general/GeneralOptionsPanel.form,v
 <--  GeneralOptionsPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in
editor/options/src/org/netbeans/modules/options/general/GeneralOptionsModel.java;
/shared/data/ccvs/repository/editor/options/src/org/netbeans/modules/options/general/GeneralOptionsModel.java,v
 <--  GeneralOptionsModel.java
new revision: 1.12; previous revision: 1.11
done
Checking in
editor/options/src/org/netbeans/modules/options/general/AdvancedProxyPanel.form;
/shared/data/ccvs/repository/editor/options/src/org/netbeans/modules/options/general/AdvancedProxyPanel.form,v
 <--  AdvancedProxyPanel.form
new revision: 1.2; previous revision: 1.1
done
Checking in
editor/options/src/org/netbeans/modules/options/general/GeneralOptionsPanel.java;
/shared/data/ccvs/repository/editor/options/src/org/netbeans/modules/options/general/GeneralOptionsPanel.java,v
 <--  GeneralOptionsPanel.java
new revision: 1.29; previous revision: 1.28
done
Checking in core/src/org/netbeans/core/NbAuthenticator.java;
/shared/data/ccvs/repository/core/src/org/netbeans/core/NbAuthenticator.java,v 
<--  NbAuthenticator.java
new revision: 1.21; previous revision: 1.20
done