[Geoserver-devel] [jira] Created: (GEOS-4765) KVPUtils will fail to parse a url that uses cql filters with an equality comparison

KVPUtils will fail to parse a url that uses cql filters with an equality comparison
-----------------------------------------------------------------------------------

                 Key: GEOS-4765
                 URL: https://jira.codehaus.org/browse/GEOS-4765
             Project: GeoServer
          Issue Type: Improvement
    Affects Versions: 2.1.1
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.1.2

KVPUtils is used by tests and by WPS to tokenize a URL in key value pairs. Normally this it done by the container, but in the two mentioned situations that cannot happen.
The current code will fail if the url contains something like CQL_FILTER=NAME='value', assigning the CQL filter just NAME, skipping the rest of the comparison

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira