Opened 14 years ago

Closed 14 years ago

#3295 closed defect (fixed)

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 (1)

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

Download all attachments as: .zip

Change History (6)

comment:1 by nsavard, 14 years ago

Keywords: getfeature added; describefeature removed

comment:2 by tomkralidis, 14 years ago

Owner: changed from mapserverbugs to tomkralidis
Status: newassigned

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.

comment:3 by assefa, 14 years ago

Hi Tom,

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

by tomkralidis, 14 years ago

Attachment: mstrac-3295.patch added

comment:4 by tomkralidis, 14 years ago

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

comment:5 by assefa, 14 years ago

Resolution: fixed
Status: assignedclosed

This is fixed and CITE tests pass.

Note: See TracTickets for help on using tickets.