Hi,

I've the following problem with GeoTools. When the PropertyEqualTo filter
is encoded to XML request, matchCase parameter is ignored. I've tested this
problem with GeoTools 2.6.3.

code:

PropertyName attrib = FF.property(name);
> Expression val = FF.literal(value);
> Filter f = FF.equal(attrib, val, false);
>

Thanks in advance,
Bartosz
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to