If it is not closed then it is still open to be worked on.
If you would like to supply a fix please attach a patch to the bug report.

Jody


On Wed, Feb 17, 2010 at 1:57 PM, Dwyer, Andrew
<[email protected]> wrote:
> UNCLASSIFIED
>
> Hi,
>
> I've written some code to query a WFS server with a filter. The problem
> is that when the PropertyIsLike filter is encoded to XML my matchCase
> parameter is ignored. I've tested this problem with GeoTools 2.6.0 and
> 2.6.1.
>
> I've found a Jira issue for this problem but it doesn't appear to have
> any activity. http://jira.codehaus.org/browse/GEOT-2603
>
> Am I doing something wrong? Or is there a fix available?
>
> Code Snippet:
> -------------------
> import org.opengis.filter.*;
>
> FilterFactory2 ff =
> CommonFactoryFinder.getFilterFactory2(GeoTools.getDefaultHints());
>
> Expression property = ff.property( "name"); boolean matchCase = false;
> PropertyIsLike filter = ff.like(property, "xyz" ,"*", "?", "!",
> matchCase);
> -------------------
>
> If this is still a problem I'd be interested in working on it in my
> spare time.
>
> Thanks in advance
>
> Andrew Dwyer
>
> IMPORTANT: This email remains the property of the Australian Defence
> Organisation and is subject to the jurisdiction of section 70 of the
> Crimes Act 1914. If you have received this email in error, you are
> requested to contact the sender and delete the email.
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> Geotools-gt2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>

------------------------------------------------------------------------------
Download Intel&reg; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to