Default WFS outputFormat stated as text/gml; subtype=gml/3.1.1 instead of 
text/xml; subtype=gml/3.1.1
-----------------------------------------------------------------------------------------------------

                 Key: GEOS-2461
                 URL: http://jira.codehaus.org/browse/GEOS-2461
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 2.0-alpha1, 1.7.0-RC4, 1.6.5
            Reporter: Gabriel Roldán
            Assignee: Gabriel Roldán
             Fix For: 1.7.2, 2.0.x


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}}
{code}
<ows:Parameter name="resultType">
<ows:Value>results</ows:Value>
<ows:Value>hits</ows:Value>
</ows:Parameter>
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to