geosolutions-it / inspire-issues

This repository works as an aggregator for GeoServer known issues with respect to INSPIRE compliance and support.
https://waffle.io/geosolutions-it/inspire-issues
0 stars 0 forks source link

GetFeature requests to virtual services are returning null namespace prefixes, therefore virtual services cant be used as endpoints to fullfill REQ. 51 #21

Closed nmco closed 5 years ago

nmco commented 5 years ago

A GetFeature request to a virtual service (in this case "ps") are returning null namespace prefixes in the retrieved GML. This means that virtual services cant be used as enpoints, in order to allow a single instance of Geoserver to be used with multiple endpoints in the case that a data provider has one featureType per dataset. Other software is able to create separate endpoints per each dataset even if the dataset has more than one featureType. Links to test nulls http://inspire.teamnet.ro/geoserver/ps/wfs?request=GetFeature&version=2.0.0&typeNames=ps:ProtectedSite&count=2 and http://geoserver.ymparisto.fi/geoserver/ps/wfs?request=GetFeature&version=2.0.0&typeNames=ps:ProtectedSite&count=2

nmco commented 5 years ago

This bug was reported at https://osgeo-org.atlassian.net/browse/GEOS-8108, on 2017/07/04. The fix from July 2017 solved only this issue.