[Geoserver-devel] [jira] Created: (GEOS-1364) wfs requests which improperly specify the schemaLocation should not choke, at most a warning

wfs requests which improperly specify the schemaLocation should not choke, at most a warning
--------------------------------------------------------------------------------------------

                 Key: GEOS-1364
                 URL: http://jira.codehaus.org/browse/GEOS-1364
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 1.6.0-beta3
            Reporter: Justin Deoliveira
            Assignee: Justin Deoliveira

try the following request:

<GetFeature service="WFS" version="1.0.0" xmlns="http://www.opengis.net/wfs&quot;
xmlns:gml="http://www.opengis.net/gml&quot;
xmlns:ogc="http://www.opengis.net/ogc&quot;
xmlns:xlink="http://www.w3.org/1999/xlink&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xsi:schemaLocation="http://www.opengis.net/wfs/1.0.0 WFS-basic.xsd" maxFeatures="250">
  <Query typeName="topp:states"/>
</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