Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-update-dev] Re: [eclipse-dev] Proxy server access

Update simply uses 'Program.run' support from SWT to run the HTML file.
This request seems to be working on most platforms (although we had to
implement some hacks for UNIX platforms due to slightly different
behaviour). On Windows, this also picks the default browser so no further
setup is required.

There is no need to do any special proxy setup because we are launching the
default browser and it is presumably already configured to reach to the
Internet. The problem Christophe is having is different - he is opening a
programmatic HTTP connection using java.net APIs and these calls will not
work using the direct external URL if the user's machine is behind the
firewall.

Regards,

Dejan Glozic, Ph.D.
Application Development
D2/MY7/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4854



                                                                                                                                            
                      "Nick Edgar"                                                                                                          
                      <Nick_Edgar@xxxxxxx>              To:       platform-update-dev@xxxxxxxxxxx                                           
                      Sent by:                          cc:                                                                                 
                      platform-update-dev-admin@        Subject:  [platform-update-dev] Re: [eclipse-dev] Proxy server access               
                      eclipse.org                                                                                                           
                                                                                                                                            
                                                                                                                                            
                      07/09/2002 05:28 PM                                                                                                   
                      Please respond to                                                                                                     
                      platform-update-dev                                                                                                   
                                                                                                                                            
                                                                                                                                            



Nobody has done this as far as I know.  I'm interested in looking at
pushing down the ability to open a web browser, e.g. to open the extra
info (license) for features from the About dialog.
It would be logical to do the proxy setup here too.

How do Help and Update determine which browser to use?  Does Update depend
on Help for this?  Are there any other dependencies?

Nick





celek@xxxxxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx
07/09/02 02:40 PM
Please respond to eclipse-dev


        To:     eclipse-dev@xxxxxxxxxxx
        cc:     platform-update-dev@xxxxxxxxxxx
        Subject:        [eclipse-dev] Proxy server access


Hello all,
The Eclipse Update Manager will need a preference page where the user can
specify a proxy server and a port number. (and maybe a userid and a
password)

Before the team starts working on it...
1) has it been done by another team ?
2) which other team may need it ? (so we can work on a common set of API )

Please follow up on the update manager mailing list
Txs
Chris

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



_______________________________________________
platform-update-dev mailing list
platform-update-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-update-dev





Back to the top