Generic WFS DescribeFeatureType responds with 1.1.0 response to a 1.0.0 request
-------------------------------------------------------------------------------
Key: GEOS-3330
URL: http://jira.codehaus.org/browse/GEOS-3330
Project: GeoServer
Issue Type: Bug
Components: WFS
Affects Versions: 1.7.6
Environment: AutoCAD Map 2010 uses OSGeo FDO 3.4 to access WFS. Client: AutoCAD Map 2010. Server GeoServer 1.7.4 - 1.7.6
Reporter: Roger Bedell
Assignee: Andrea Aime
Fix For: 1.7.7
is different in 1.7.3 and 1.7.6
1.7.3 giving back:
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified"
version="1.0">
<xs:import namespace="http://ogi.state.ok.us"
schemaLocation="http://ogi.state.ok.us:80/geoserver/wfs?request=DescribeFeatureType&service=wfs&version=1.0.0&typeName=…
and 1.7.6 giving back:
<xsd:schema elementFormDefault="qualified">
<xsd:import namespace="http://ogi.state.ok.us"
schemaLocation="http://ogi.state.ok.us:80/geoserver/wfs?service=WFS&request=DescribeFeatureType&version=1.1.0&typeName=…
A request to 1.0.0 should give back a 1.0.0 reply, not a 1.1.0 reply. Breaks FDO, and thereby AutoCAD Map 2010
--
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