[Geoserver-devel] [jira] Created: (GEOS-1198) property filters in sld with boolean property do not match properly

property filters in sld with boolean property do not match properly
-------------------------------------------------------------------

                 Key: GEOS-1198
                 URL: http://jira.codehaus.org/browse/GEOS-1198
             Project: GeoServer
          Issue Type: Bug
    Affects Versions: 1.5.1
            Reporter: Justin Deoliveira
            Assignee: Andrea Aime
             Fix For: 1.5.2

postgis table:

  Column | Type | Modifiers
----------+----------+-----------
b | boolean |
geometry | geometry |

sld filter:

<ogc:Filter>
            <ogc:PropertyIsEqualTo>
              <ogc:PropertyName>b</ogc:PropertyName>
              <ogc:Literal>true</ogc:Literal>
            </ogc:PropertyIsEqualTo>
          </ogc: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