[Geoserver-devel] [jira] Created: (GEOS-1143) Previously working (but invalid) WFS requests no longer work with 1.6.x

Previously working (but invalid) WFS requests no longer work with 1.6.x
-----------------------------------------------------------------------

                 Key: GEOS-1143
                 URL: http://jira.codehaus.org/browse/GEOS-1143
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 1.6.0-alpha2
            Reporter: Saul Farber
            Assignee: Andrea Aime
             Fix For: 1.6.0-beta1

The geoserver 1.5.x WFS request parser was much more lax about turning XML -> internal WFS request objects.

For example, the following XML works with a freshly downloaded geoserver 1.5.1, but doesn't work on a just-built trunk:

<GetFeature xmlns:gml="http://www.opengis.net/gml&quot;&gt;
  <Query typeName="topp:states">
    <PropertyName>STATE_NAME</PropertyName>
  <Filter xmlns="http://www.opengis.net/ogc&quot;&gt;
          <PropertyIsEqualTo>
            <PropertyName>STATE_NAME</PropertyName>
            <Literal>Washington</Literal>
          </PropertyIsEqualTo>
    </Filter>
  </Query>
</GetFeature>

NOTE: To get this to work on 1.5.1, you must post to http://xxx/geoserver/wfs/getfeature

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