Bug report #9314
Wrong FILTER validation in WMS
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Alessandro Pasotti | ||
Category: | QGIS Server | ||
Affected QGIS version: | 2.0.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 17921 |
Description
When filter contains strings with more than two words, it gets grouped but the individual elements in the token list were not correctly deleted.
This results in false positive when the string contains a single character like:
"zona_desc" = 'Aree consolidate a prevalente destinazione commerciale'
Bug was in groupStringList:
Associated revisions
History
#1 Updated by Alessandro Pasotti almost 11 years ago
#2 Updated by Alessandro Pasotti almost 11 years ago
- Category set to QGIS Server
#3 Updated by Alessandro Pasotti almost 11 years ago
- Priority changed from Normal to High
#4 Updated by Alessandro Pasotti almost 11 years ago
- Status changed from Open to Closed
Fixed in changeset d82a3991a9ebf6066c6b455bf0de04f129677baa.