GetCaps on wfs 1.1 lists all outputformats twice
------------------------------------------------
Key: GEOS-1566
URL: http://jira.codehaus.org/browse/GEOS-1566
Project: GeoServer
Issue Type: Bug
Components: WFS
Affects Versions: 1.6.0-RC1
Reporter: Chris Holmes
Assignee: Justin Deoliveira
Fix For: 1.6.0-RC2
When I do a getcapabilities against rc1 on geo http://geo.openplans.org:8080/geoserver/wfs?service=WFS&request=GetCapabilities I get an outputformats section that looks like:
<OutputFormats>
<Format>GML2</Format>
<Format>GML2-GZIP</Format>
<Format>text/xml; subtype=gml/2.1.2</Format>
<Format>text/xml; subtype=gml/3.1.1</Format>
<Format>gml3</Format>
<Format>SHAPE-ZIP</Format>
<Format>json</Format>
<Format>text/xml; subtype=gml/3.1.1</Format>
<Format>gml3</Format>
<Format>GML2</Format>
<Format>GML2-GZIP</Format>
<Format>text/xml; subtype=gml/2.1.2</Format>
<Format>json</Format>
</OutputFormats>
everything except shape seems to be repeated.
--
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