[udig-devel] [jira] Created: (UDIG-799) WFS:
<VendorSpecificCapabilities>
element in GetCapabilites response couses no action in data import
Michal Galet (JIRA)
jira at codehaus.org
Thu May 18 07:33:41 PDT 2006
WFS: <VendorSpecificCapabilities> element in GetCapabilites response couses no action in data import
----------------------------------------------------------------------------------------------------
Key: UDIG-799
URL: http://jira.codehaus.org/browse/UDIG-799
Project: uDIG
Type: Bug
Components: wfs
Versions: UDIG 1.1.M8
Environment: XP, JRE 1.5
Reporter: Michal Galet
Fix For: UDIG 1.1.RC2
While importing data in uDig client through
Catalog->Import->Data->WebFeatureServer: <WFS server address> Finish
there is no action. The dialog window is still opened, but to action is taken and no error is reported in log file.
When the <VendorSpecificCapabilities> element is removed from server response, the uDig client works fine. However the WFS 1.0 specification says that this element may contain any content. Maybe it would be good to ignore that element while parsing the GetCapabilites response.
=================================
The server response causing the problem:
<?xml version='1.0' encoding='utf-8'?>
<WFS_Capabilities version="1.0.0" xmlns="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ber="http://www.berit.com/ber"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<Service>
...
</Service>
<Capability>
<Request>
...
</Request>
<VendorSpecificCapabilities>
<ber:wfsServiceExtensions>
<ber:getFeature sorting="true"/>
...
...
</VendorSpecificCapabilities>
</Capability>
...
</WFS_Capabilities>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the udig-devel
mailing list