I'm trying to make an insensitive case query from Geotools to WFS (Web feature service) datasource,I used FilterFactory2 with the method like(Expression expr, String pattern, String wildcard, String single Char, String escape, boolean matchCase) for creating query filter, I set the "matchCase"...