uDIG

No way to specify a proxy

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: UDIG 0.2, UDIG 0.3
  • Fix Version/s: UDIG 0.3
  • Labels:
    None
  • Environment:
    Windows XP
    Eclipse 3.0

Description

When trying to view the GMap service, i get an exception in the java console. I am behind a corporate firewall, and must enter my proxy information into the application, but you do not provide such a possiblity.

Issue Links

Activity

Hide
Jody Garnett added a comment -
Good point; I usally see that as part of installation.

Standard Java HTTP proxy rules should apply - this is a normal java applet.

-Dhttp.proxyHost (default:<none>)
-Dhttp.proxyPort (default:80 if http.proxyHost specified)
-Dhttp.nonProxyHosts (default:<none>)

This information can be entered via eclipse.exe -vmargs

But it would be much nicer to include them in the config.ini
(Hey wait that is probably why one-click installers usually collect this information.)

For now I will enter this information in as
a commented out entry in our config.ini file.

Admittedly the long term solution should be to centralize this knowledge so both WMS/WFS can find it when making requests.
Show
Jody Garnett added a comment - Good point; I usally see that as part of installation. Standard Java HTTP proxy rules should apply - this is a normal java applet. -Dhttp.proxyHost (default:<none>) -Dhttp.proxyPort (default:80 if http.proxyHost specified) -Dhttp.nonProxyHosts (default:<none>) This information can be entered via eclipse.exe -vmargs But it would be much nicer to include them in the config.ini (Hey wait that is probably why one-click installers usually collect this information.) For now I will enter this information in as a commented out entry in our config.ini file. Admittedly the long term solution should be to centralize this knowledge so both WMS/WFS can find it when making requests.
Hide
Jody Garnett added a comment -
Found a "workaround" included in the latest documentation.

Linked bug UDIG-37 superceeds this bug with a request for a User Interface to make all this easy:
  http://jira.codehaus.org/browse/UDIG-37
Show
Jody Garnett added a comment - Found a "workaround" included in the latest documentation. Linked bug UDIG-37 superceeds this bug with a request for a User Interface to make all this easy:   http://jira.codehaus.org/browse/UDIG-37

People

  • Assignee:
    Unassigned
    Reporter:
    arccrap
Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: