Opened 14 years ago

Closed 13 years ago

#3510 closed defect (fixed)

OGC Filter: OGR and Between operator

Reported by: assefa Owned by: assefa
Priority: normal Milestone:
Component: WFS Server Version: 5.6
Severity: normal Keywords:
Cc:

Description

reported on the list by (Arnd Wippermann <arnd.wippermann@…>)

if I use a SLD filter "Between" for filter the WFS getfeature, I get the following error:

<?xml version='1.0' encoding="ISO-8859-1" ?> <ServiceExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd">

<ServiceException code="NoApplicableCode" locator="mapserv">

msWFSGetFeature(): WFS server error. FLTApplyFilterToLayer() failed msOGRFileWhichShapes(): OGR error. SetAttributeFilter( (row BETWEEN 2 AND 4)) failed on layer Squares. Failed to identify operation:BETWEEN

</ServiceException>

</ServiceExceptionReport>

Change History (1)

comment:1 by assefa, 13 years ago

Resolution: fixed
Status: newclosed

The is already fixed in truck. works for the upcoming 6.0 release.

Note: See TracTickets for help on using tickets.