[TinyOWS-dev] [tinyows] #22: Cannot enable/disable the request XML validation
tinyows
trac at camptocamp.com
Wed Feb 18 15:06:00 EST 2009
#22: Cannot enable/disable the request XML validation
----------------------------+-----------------------------------------------
Reporter: nsavard | Owner: nsavard at mapgears.com
Type: defect | Status: new
Priority: major | Version: SVN
Resolution: | Keywords: xml validate validate client request
Stage: Unreviewed | Approval: Unnecessary
Patch: None | Complexity: Unknown
Compatibility: Unknown | Specification: Unnecessary
----------------------------+-----------------------------------------------
Comment (by adube):
Here's a simple wfs:GetFeature POST request OL creates. TinyOWS would
refuse this without Normand's hack.
{{{
<wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs" service="WFS"
version="1.0.0" xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd
http://127.0.0.1:8080/ http://127.0.0.1:8080/cgi-
bin/tinyows?service=WFS&version=1.0.0&request=DescribeFeatureType&TypeName=bdga_route_l_arc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<wfs:Query typeName="feature:bdga_route_l_arc"
xmlns:feature="http://127.0.0.1:8080/">
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc">
<ogc:BBOX>
<ogc:PropertyName>the_geom</ogc:PropertyName>
<gml:Box xmlns:gml="http://www.opengis.net/gml"
srsName="EPSG:32198">
<gml:coordinates decimal="." cs="," ts="
">-407531.21555472584,173424.560318053
-382836.78444527416,191063.439681947</gml:coordinates>
</gml:Box>
</ogc:BBOX>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
}}}
--
Ticket URL: <https://www.tinyows.org/trac/tinyows/ticket/22#comment:2>
tinyows <https://www.tinyows.org/trac/tinyows>
TinyOWS
More information about the TinyOWS-dev
mailing list