[Geoserver-devel] [jira] Created: (GEOS-1455) GetLog with WFS 1.0 defaults to GML3 encoding, shoud default to GML2

GetLog with WFS 1.0 defaults to GML3 encoding, shoud default to GML2
--------------------------------------------------------------------

                 Key: GEOS-1455
                 URL: http://jira.codehaus.org/browse/GEOS-1455
             Project: GeoServer
          Issue Type: Bug
          Components: Versioning
    Affects Versions: 1.6.0-beta4
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 1.6.0-RC1

The follwoing request:

{code:xml}
<wfsv:GetLog
  xmlns:wfsv="http://www.opengis.net/wfsv&quot;
  version="1.0.0" service="WFSV"
  xmlns:topp="http://www.openplans.org/topp&quot;
  xmlns:ogc="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/wfsv http://localhost:8080/geoserver/schemas/wfs/1.0.0/WFS-versioning.xsd&quot;&gt;
  <wfsv:DifferenceQuery typeName="topp:sitez"/>
</wfsv:GetLog>
{code}

returns GML3 instead of GML2 (notice the version=1.0.0)

--
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