[mapserver-users] My WFS request leads to segfault
Rahkonen Jukka
Jukka.Rahkonen at mmmtike.fi
Mon Jan 16 09:52:55 PST 2012
Hi,
Mapserver 6.0 on Ubuntu gives segfault with the following WFS request. First in an easier-to-read format
hip.latuviitta.org/cgi-bin/mapserver_wfs?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=lv:pks_tilastoalue_piste&FILTER=<Filter xmlns="http://www.opengis.net/ogc" xmlns:lv="http://latuviitta.fi/" xmlns:gml="http://www.opengis.net/gml"><PropertyIsEqualTo><PropertyName>name</PropertyName><Literal>Hämeenkylä</Literal></PropertyIsEqualTo></Filter>
Here is the same url-encoded
http://hip.latuviitta.org/cgi-bin/mapserver_wfs?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=lv:pks_tilastoalue_piste&FILTER=%3CFilter%20xmlns=%22http://www.opengis.net/ogc%22%20xmlns:lv=%22http://latuviitta.fi/%22%20xmlns:gml=%22http://www.opengis.net/gml%22%3E%3CPropertyIsEqualTo%3E%3CPropertyName%3Ename%3C/PropertyName%3E%3CLiteral%3EH%C3%A4meenkyl%C3%A4%3C/Literal%3E%3C/PropertyIsEqualTo%3E%3C/Filter%3E
The reason for segfault is somehow in the non-ASCII character "ä".
-Jukka Rahkonen-
More information about the MapServer-users
mailing list