Details
Description
In org.vfny.geoserver.wfs.responses.GetFeatureResults.addFeatures(), an exception is thrown if this test is false:
features.getSchema().getTypeName().equals(meta.getFeatureType().getTypeName())
This breaks cascaded WFS requests (using WFSDataStore) since the feature type name will be qualified with a namespace (e.g. foo:tasmania_roads) while the FeatureTypeInfo type name will not be qualified (e.g., tasmania_roads).
I am not sure if this was the most logical place to make a change, but commenting out this test permitted my cascaded WFS GetFeature requests to succeed.
Issue Links
- is depended upon by
-
GEOS-4
Cascading WFS
-
Cascading WFS, which should get in to some geoserver core, and WFS datastore. You can cascade one copy of geoserver in to another, or put it remote on geo.openplans.org or sigma.openplans.org (bug me and I'll get you logins)