Ticket #3295 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

WFS 1.1.0 GetFeature mime type

Reported by: nsavard Owned by: tomkralidis
Priority: normal Milestone: 6.0 release
Component: WFS Server Version: svn-trunk (development)
Severity: normal Keywords: wfs1.1 getfeature mimetype
Cc: assefa

Description

Cite tests GetFeature? (see table 9a in OGC 04-094

The MIME returned for a GetFeature? request where no specific output format is requested is "text/xml; subtype=gml/3.1.1".

When output format GML2 is supported, the MIME returned for a GetFeature? request where the output format requested is GML2 is "text/xml; subtype=gml/2.1.2".

When output format "text/xml; subtype=gml/2.1.2" is supported, the MIME returned for a GetFeature? request where the output format requested is "text/xml; subtype=gml/2.1.2" is "text/xml; subtype=gml/2.1.2".

The MIME returned for a GetFeature? request where the output format requested is "text/xml; subtype=gml/3.1.1" is "text/xml; subtype=gml/3.1.1".

Attachments

mstrac-3295.patch Download (1.9 KB) - added by tomkralidis 2 years ago.

Change History

Changed 2 years ago by nsavard

  • keywords getfeature added; describefeature removed

Changed 2 years ago by tomkralidis

  • owner changed from mapserverbugs to tomkralidis
  • status changed from new to assigned

Almost there.

Assefa: should we keep WFS 1.0.0 GetFeature responses to only return text/xml as the MIME type? WFS 1.0.0 spec doesn't say much if anything about MIME types return.

Changed 2 years ago by assefa

Hi Tom,

If the specs does not mention that, I think that make sense to return text/xml

Changed 2 years ago by tomkralidis

Changed 2 years ago by tomkralidis

Committed in r9848. Norm: can you check and verify?

Changed 2 years ago by assefa

  • status changed from assigned to closed
  • resolution set to fixed

This is fixed and CITE tests pass.

Note: See TracTickets for help on using tickets.