Bug 177000 - Remove HTTP proxy code from update
Summary: Remove HTTP proxy code from update
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.3 M7   Edit
Assignee: Platform-Update-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 154100
  Show dependency tree
 
Reported: 2007-03-12 11:25 EDT by Michael Valenta CLA
Modified: 2007-06-06 11:37 EDT (History)
2 users (show)

See Also:


Attachments
Patch that converts Update to use the new proxy support (23.20 KB, patch)
2007-03-12 11:30 EDT, Michael Valenta CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Valenta CLA 2007-03-12 11:25:00 EDT
As part of bug 154100, the specification of the HTTP proxy and the related authenticator has been centralized to the org.eclipse.core.net plug-in. As such, Update should no longer specify this proxy. Also, the API to access the proxy settings in Update should be deprecated and call the new API.
Comment 1 Michael Valenta CLA 2007-03-12 11:30:46 EDT
Created attachment 60558 [details]
Patch that converts Update to use the new proxy support
Comment 2 Dejan Glozic CLA 2007-03-12 11:40:44 EDT
Branko, please check and release this patch.
Comment 3 Nobody - feel free to take it CLA 2007-03-14 11:13:41 EDT
I think this change has a GUI impact. I'm using 3.2.2 and currently there are two different proxy settings to configure:

1. Window > Preferences > Internet > Proxy Settings
2. Window > Preferences > Install/Update > Proxy Settings

Both are honored by the Install/Update tool. However, if you only set the one under Install/Update the Install/Update tool behaves oddly. The setting is used during the eclipse session in which you set it. However, once you restart eclipse, the setting remains but is not used. You have to re-apply it each time you want to search for updates.

Basically what I'm saying is that either the Install/Update setting should be removed from the GUI or it should behave consistently.
Comment 4 Michael Valenta CLA 2007-03-14 11:47:54 EDT
The purpose of this bug is to remove the GUI portion from Update (and the patch does that). It will also be removed from WTP so there will only be a single preference page in the SDK and Europa.
Comment 5 Michael Valenta CLA 2007-04-04 15:51:40 EDT
Just a reminder that this needs to be done for 3.3. I've taken the liberty of changing the milestone since M6 is past.
Comment 6 Dejan Glozic CLA 2007-04-04 17:00:30 EDT
Fixed. Thanks, Michael.