GeoServer KVP filter parser turns property filter into literal comparisons
--------------------------------------------------------------------------
Key: GEOS-1913
URL: http://jira.codehaus.org/browse/GEOS-1913
Project: GeoServer
Issue Type: Bug
Components: WFS
Affects Versions: 1.6.3
Reporter: Andrea Aime
Assignee: Andrea Aime
Priority: Blocker
Fix For: 1.6.4
Trying to hit GeoServer with the following GetFeature:
results in the FilterKVPParser successfully using the new XML filter parser, which in turn generates a IsEqualsTo implementation against two literals, "STATE_NAME" and "New York", instead of generating an IsEqualsTo between a property name and a literal.
Doing the same query with a POST request works fine. Wild guess is that the new parser may need to know the target feature type to properly parse this kind of filter?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira