[Chameleon-dev] [Bug 1800] New: [php_utils] web_feature_service.php
has incorrect schemaLocation
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Mon Oct 1 06:28:22 EDT 2007
http://bugzilla.maptools.org/show_bug.cgi?id=1800
Summary: [php_utils] web_feature_service.php has incorrect
schemaLocation
Product: Chameleon
Version: 2.6
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: chameleon-dev at lists.maptools.org
ReportedBy: bartvde at osgis.nl
See the following e-mail on the geoserver list:
Hi Bart,
>
> The request is:
>
> <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://schemas.opengis.net/wfs/1.0.0 WFS-basic.xsd"
> maxFeatures="250"><Query
> typeName="rwsagi:PROVINCIES"><ogc:Filter><ogc:PropertyIsLike wildCard='*'
> singleChar='^'
>
escape='!'><ogc:PropertyName>OMSCHR</ogc:PropertyName><ogc:Literal>*</ogc:Literal></ogc:PropertyIsLike></ogc:Filter></Query></GetFeature>
>
> and works fine against Geoserver 1.3.X.
The problem is with the schemaLocation parameter. The syntax is
schemaLocation="<namespcae> <location>". So properly specified it should be:
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd
However I agree that the parser should not choke, so i am opening a bug
for this.
http://jira.codehaus.org/browse/GEOS-1364
What you can do is either remove the schemaLocation parameter all
together, or specify it as i have a above.
-Justin
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Chameleon-dev
mailing list