[Geoserver-devel] [jira] (GEOS-4960) SQL view params support broken on trunk for WFS service

Andrea Aime created GEOS-4960:
---------------------------------

             Summary: SQL view params support broken on trunk for WFS service
                 Key: GEOS-4960
                 URL: https://jira.codehaus.org/browse/GEOS-4960
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 2.2.x
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.2.x

There is a new code path in GetFeature that ends up sticking a List<Map<Stirng, STring>> into the query hint for view params, that only accepts Map<String, STring> instead, resulting in a validation error once the value is assigned into the hints.

The code seems completely dead, the view params are properly selected in the caller of toDataQuery from the request metadata, so I don't see any reason why the code should re-check the request metadata and extract the view params from there? The change was included in teh WFS 2.0 batch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira