Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.1.RC10
-
Fix Version/s: UDIG 1.3.2
-
Component/s: webservices
-
Labels:None
-
Environment:WFS service ArcIMS 9.2 serced through WFS connector
Windows Server 2003 (x64)
Description
When I am trying to add WFS service URL (http://<server>/wfsconnector/com.esri.wfs.Esrimap/<ServiceName>) I have got „Connection parameters are invalid" error. It is because, uDig didn't set request parameter.
When I am trying to add modified WFS service URL (http://<server>/wfsconnector/com.esri.wfs.Esrimap/<ServiceName>?request=GetCapabilities) it works fine.
We should be able to verify this problem; and if still present we can fix it by stealing code from the WMS capabilities URL handling code.