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"
xmlns:gml="http://www.opengis.net/gml"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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