WFS DescribeFeatureType returns incorrect schema locations
----------------------------------------------------------
Key: GEOS-1599
URL: http://jira.codehaus.org/browse/GEOS-1599
Project: GeoServer
Issue Type: Improvement
Components: WFS
Affects Versions: 1.6.0-RC1
Reporter: Andrea Aime
Assignee: Justin Deoliveira
Priority: Critical
Fix For: 1.6.0-RC2
Requesting multiple feature types in describe feature type results in the following:
{code}
<xsd:schema elementFormDefault="qualified">
<xsd:import namespace="http://www.openplans.org/topp" schemaLocation="http://localhost:8080/geoserver/?request=DescribeFeatureType&version=1.1.0&typeName=topp:states"/>
<xsd:import namespace="http://www.openplans.org/spearfish" schemaLocation="http://localhost:8080/geoserver/?request=DescribeFeatureType&version=1.1.0&typeName=sf:archsites"/>
</xsd:schema>
{code}
The schema locations above are incorrect, a "wfs" is missing in the path (and to be strictly compliant, a service=wfs too)
--
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