[Geoserver-devel] [JIRA] (GEOS-8709) WFS 2.0 Join using custom prefixes on primary feature type fails to run

Andrea Aime created an issue

GeoServer / BugGEOS-8709

WFS 2.0 Join using custom prefixes on primary feature type fails to run

Issue Type:

BugBug

Assignee:

Unassigned

Components:

WFS

Created:

20/Apr/18 10:36 AM

Priority:

MediumMedium

Reporter:

Andrea Aime

A request using custom namespace prefixes as the following one fails run:

<wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" count="10" service="WFS"
                startIndex="0"
                version="2.0.0">
   <wfs:Query xmlns:ns81="http://www.opengeospatial.org/projects/initiatives/geoedgeplugfest"
              typeNames="ns81:entity_collection_metadata_s ns81:dataset_s">
      <Filter xmlns="http://www.opengis.net/fes/2.0">
         <Intersects>
            <ValueReference>ns81:entity_collection_metadata_s/ns81:wkb_geometry</ValueReference>
            <ValueReference>ns81:dataset_s/ns81:wkb_geometry</ValueReference>
         </Intersects>
      </Filter>
   </wfs:Query>
</wfs:GetFeature>

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100082-sha1:0a2bb8d)

Atlassian logo