Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: UDIG 0.2, UDIG 0.3
-
Fix Version/s: UDIG 0.3
-
Component/s: catalog, metadata and search, webservices
-
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
- is superceded by
-
UDIG-37
Proxy Service
-
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.