Opened 14 years ago

Closed 14 years ago

#3294 closed defect (fixed)

WFS 1.1.0 DescribeFeature mime type

Reported by: assefa Owned by: assefa
Priority: normal Milestone: 6.0 release
Component: WFS Server Version: unspecified
Severity: normal Keywords: wfs1.1 describefeature mimetype
Cc: nsavard, tomkralidis

Description

Cite tests DescribeFeature

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

When output format XMLSCHEMA is supported, the MIME returned for a DescribeFeatureType request where the output format requested is XMLSCHEMA 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 DescribeFeatureType 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 DescribeFeatureType request where the output format requested is "text/xml; subtype=gml/3.1.1" is "text/xml; subtype=gml/3.1.1".

Change History (3)

comment:1 by assefa, 14 years ago

Resolution: fixed
Status: newclosed

committed in r9780

comment:2 by assefa, 14 years ago

Cc: tomkralidis added
Resolution: fixed
Status: closedreopened

There was an issue with this when no outputformat is given. Corrected in r9795.

For msautottest, I commited the expected result for wfs11_describe.xml (mime type is set to Content-type: text/xml; subtype=gml/3.1.1). I am on windows and I am not sure if that causes line feed problems. Tom, if you a minute, please check it, If there is no problem, I will commit all other wfs11 tests (mainly issues with coordinates lat/long inversion for wfs 1.1)

comment:3 by tomkralidis, 14 years ago

Resolution: fixed
Status: reopenedclosed

Assefa: tested and works -- thanks! I can test the other wfs11 commits as well.

Note: See TracTickets for help on using tickets.