Details
Description
The spec says the WFS 1.1 default output format is "text/xml; subtype=gml/3.1.1", but we have a typo on out capabilities: "text/gml; subtype=gml/3.1.1" (note we state text/gml instead of text/xml). This is problematic for standard clients.
This happens to the operations DescribeFeatureType, GetFeature, GetFeatureWithLock and Transaction. The operation metadata section for each of them states, but then the FeatureType specific supported output formats contain the correct mime type text/xml; subtype=gml/3.1.1
Problem is also, among the default output format not being the correct one, that if a client uses it to make a GetFeature request an exception is returned