with Mapserver 7 (built on Sep, 2nd) I have noticed that WFS GetFeature requests return an error when using parens in a property value filter. Actually only the opening paren seems to be a problem, not the closing one.
<ows:ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1.0" xmlns:ows="http://www.opengis.net/ows" language="en-US" xsi:schemaLocation="http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception locator="filter" exceptionCode="InvalidParameterValue">
<ows:ExceptionText>msWFSGetFeature(): WFS server error. Wrong number of filter elements, one filter must be specified for each feature type listed in the TYPENAME parameter.</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Both requests work fine with Mapserver 6.0.1.
I have the same problem with another dev version built a few months ago.
The text was updated successfully, but these errors were encountered:
Fixed. The issue could been triggered with requests on multiple layers/filters on previous releases. WFS 2.0 work just made the bug more easily triggered
Hi,
with Mapserver 7 (built on Sep, 2nd) I have noticed that WFS GetFeature requests return an error when using parens in a property value filter. Actually only the opening paren seems to be a problem, not the closing one.
For instance:
works as expected, whereas
returns
Both requests work fine with Mapserver 6.0.1.
I have the same problem with another dev version built a few months ago.
The text was updated successfully, but these errors were encountered: